Gets or sets the magnitude of velocity at impact.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Velocity As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestSetup
Dim value As System.Double
instance.Velocity = value
value = instance.Velocity |
C# | |
---|
System.double Velocity {get; set;} |
C++/CLI | |
---|
property System.double Velocity {
System.double get();
void set ( & System.double value);
} |
Property Value
Magnitude of velocity at impact
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0