ActiveDoc Property (ISldWorks)
Gets the currently active document.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property ActiveDoc As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim value As System.Object
value = instance.ActiveDoc |
C# | |
---|
System.object ActiveDoc {get;} |
C++/CLI | |
---|
property System.Object^ ActiveDoc {
System.Object^ get();
} |
Property Value
Model document or Nothing or null if the operation fails
Example
Remarks
See Also