Description
Gravity value (if the source is
user-specified. Uses Gravity Parameter Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property GravityValue() As Double
|
[C#] |
public double GravityValue {get; set;}
|
[Managed C++] |
public: __property double get_GravityValue();
public: __property void set_GravityValue(
double
);
|
[Unmanaged C++] |
public: HRESULT get_GravityValue(
double * pRetVal
);
public: HRESULT put_GravityValue(
double NewGravityValue
);
|
[Java] |
public double getGravityValue();public void setGravityValue(
double
);
|
See Also