.NET Framework Class Library
CADSystem.IsStandardPart Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > CADSystem Class > CADSystem Methods >

.NET Framework Class Library
CADSystem.IsStandardPart Method

Returns if a part is a standard part, according to options setting

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function IsStandardPart ( _

docUid As String _
) As Boolean

C#

public bool IsStandardPart(

string docUid
)

Visual C++

public:

bool IsStandardPart(
String^ docUid
)

JavaScript

function isStandardPart(docUid);

Parameters

docUid

Type: System.String
the document unique id

Return Value

TRUE if the current part is a standard part, FALSE otherwise

Remarks

See Also

CADSystem Class

CADSystem Members

MwPDMApi Namespace