Gets or sets the name of the document for this drawing view.
NOTE: This property is a get-only property. Set is not implemented.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ReferencedDocument As String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMView
Dim value As String
instance.ReferencedDocument = value
value = instance.ReferencedDocument
|
C# | |
---|
string ReferencedDocument {get; set;} |
C++/CLI | |
---|
property String^ ReferencedDocument {
String^ get();
void set (String^ value);
} |
Return Value
Name of document
See Also
Availability
SolidWorks Document Manager API 2009 SP0