Gets or sets the name of the covering.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Name As String |
Visual Basic (Usage) | |
---|
Dim instance As ICovering
Dim value As String
instance.Name = value
value = instance.Name
|
C# | |
---|
string Name {get; set;} |
C++/CLI | |
---|
property String^ Name {
String^ get();
void set (String^ value);
} |
Return Value
Name of the covering
Example
See Also
Availability
SolidWorks Routing 2006 FCS