Gets whether this document is at the top-level project.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property IsTopLevel As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWDocument
Dim value As Integer
value = instance.IsTopLevel
|
C++/CLI | |
---|
property int IsTopLevel {
int get();
} |
Return Value
0 if document is at the top-level project, 1 if not
See Also
Availability
SolidWorks Workgroup PDM 2004 FCS