Gets the name of the solid body.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property SolidBodyName As String |
Visual Basic (Usage) | |
---|
Dim instance As ICWSolidBody
Dim value As String
value = instance.SolidBodyName
|
C# | |
---|
string SolidBodyName {get;} |
C++/CLI | |
---|
property String^ SolidBodyName {
String^ get();
} |
Return Value
Name of solid body
Example
See Also
Availability
SolidWorks Simulation API 2008 SP1.0