Gets the full name of this component
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Name3 As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMComponent11
Dim value As System.String
value = instance.Name3 |
C# | |
---|
System.string Name3 {get;} |
C++/CLI | |
---|
property System.String^ Name3 {
System.String^ get();
} |
Property Value
Full name of component
Example
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2021 SP0