.NET Framework Class Library
CADSystem.IsDetachedDrawing Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > CADSystem Class > CADSystem Methods > .NET Framework Class Library |
Returns if a drawing is detached or not, according to the way the drawing has been saved
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function IsDetachedDrawing ( _ docUid As String _ |
C# |
|---|
public bool IsDetachedDrawing( string docUid |
Visual C++ |
|---|
public: bool IsDetachedDrawing( |
JavaScript |
|---|
function isDetachedDrawing(docUid); |
Parameters
docUid
Type: System.String
the document unique id
Return Value
TRUE if the current drawing is detached, FALSE otherwise
Remarks
Available starting from R20 release SP 1.1
See Also