Gets or sets the End1 connection for this beam.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property BeamEnd1ConnectionType As Integer |
| Visual Basic (Usage) | |
|---|
Dim instance As ICWBeamBody
Dim value As Integer
instance.BeamEnd1ConnectionType = value
value = instance.BeamEnd1ConnectionType
|
| C# | |
|---|
int BeamEnd1ConnectionType {get; set;} |
| C++/CLI | |
|---|
property int BeamEnd1ConnectionType {
int get();
void set (int value);
} |
Return Value
End1 connection type for this beam as defined by swsBeamBodyConnectionType_e
See Also
Availability
SolidWorks Simulation API 2010 SP0