Indicates whether a particular force model contributor is being considered.
[Visual Basic .NET] |
---|
Public Function IsForceModelOn( _ ByVal Type As AgEForceModelType _ ) As Boolean |
[C#] |
---|
public bool IsForceModelOn( AgEForceModelType Type ); |
[Managed C++] |
---|
public: bool IsForceModelOn( AgEForceModelType Type ); |
[Unmanaged C++] |
---|
public: HRESULT IsForceModelOn( AgEForceModelType Type, VARIANT_BOOL * pResult ); |
[Java] |
---|
public bool isForceModelOn( AgEForceModelType Type ); |
- Type
- Force model type (i.e., a constituent of the force model).
Returns true if the indicated force model contributor is being computed as part of the total acceleration.