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