Gets or sets the units of the distributed mass.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Units As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDistributedMass
Dim value As System.Integer
instance.Units = value
value = instance.Units |
C# | |
---|
System.int Units {get; set;} |
C++/CLI | |
---|
property System.int Units {
System.int get();
void set ( & System.int value);
} |
Property Value
Units as defined by
swsUnitSystem_e
Example
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0