Gets the name of the component.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Name As String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMComponent
Dim value As String
value = instance.Name
|
C++/CLI | |
---|
property String^ Name {
String^ get();
} |
Return Value
Name of the component
Example
Remarks
See Also
Availability
SolidWorks Document Manager API 2004 SP1