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