Gets or sets the speed of the motor if no other force acts on it.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Velocity As Double |
Visual Basic (Usage) | |
---|
Dim instance As ISimulationMotorFeatureData
Dim value As Double
instance.Velocity = value
value = instance.Velocity
|
C# | |
---|
double Velocity {get; set;} |
C++/CLI | |
---|
property double Velocity {
double get();
void set (double value);
} |
Return Value
Speed of the motor
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0