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