Gets the name of the beam.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property BeamBodyName As String |
Visual Basic (Usage) | |
---|
Dim instance As ICWBeamBody
Dim value As String
value = instance.BeamBodyName
|
C# | |
---|
string BeamBodyName {get;} |
C++/CLI | |
---|
property String^ BeamBodyName {
String^ get();
} |
Return Value
Name of the beam
Example
See Also
Availability
SolidWorks Simulation API 2010 SP0