.NET Framework Class Library
CADSystem.IsStandardPart Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > CADSystem Class > CADSystem Methods > .NET Framework Class Library |
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 _ |
C# |
|---|
public bool IsStandardPart( string docUid |
Visual C++ |
|---|
public: bool IsStandardPart( |
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