Gets or sets the units of remote moment or rotation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property MomentOrRotationUnit As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWRemoteLoad
Dim value As Integer
instance.MomentOrRotationUnit = value
value = instance.MomentOrRotationUnit
|
C# | |
---|
int MomentOrRotationUnit {get; set;} |
C++/CLI | |
---|
property int MomentOrRotationUnit {
int get();
void set (int value);
} |
Return Value
If remote moment, a value as defined in swsMomentUnit_e.
If remote rotation, a value as defined in swsRotationUnit_e.
Example
See Also
Availability
SolidWorks Simulation API 2012 SP0