.NET Framework Class Library
CADSystem.IsDetachedDrawing Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
CADSystem.IsDetachedDrawing Method

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 _
) As Boolean

C#

public bool IsDetachedDrawing(

string docUid
)

Visual C++

public:

bool IsDetachedDrawing(
String^ docUid
)

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

CADSystem Class

CADSystem Members

MwPDMApi Namespace