Gets whether this file is a
detached drawing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsDetachedDrawing() As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
Dim value As System.Boolean
value = instance.IsDetachedDrawing() |
C# | |
---|
System.bool IsDetachedDrawing() |
C++/CLI | |
---|
System.bool IsDetachedDrawing(); |
Example
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS