Gets the full path and filename of this document.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property FullName As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
Dim value As System.String
value = instance.FullName |
C# | |
---|
System.string FullName {get;} |
C++/CLI | |
---|
property System.String^ FullName {
System.String^ get();
} |
Property Value
Full path and filename of this document
Example
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS