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