A translation of the enumerated type into a string.
[Visual Basic .NET] |
---|
Public Function AccelName( _ ByVal Type As AgEAccelType _ ) As String |
[C#] |
---|
public string AccelName( AgEAccelType Type ); |
[Managed C++] |
---|
public: String __gc ^ AccelName( AgEAccelType Type ); |
[Unmanaged C++] |
---|
public: HRESULT AccelName( AgEAccelType Type, BSTR * pName ); |
[Java] |
---|
public String accelName( AgEAccelType Type ); |
- Type
- Acceleration type (i.e., a constituent of the force model).
Returns the name from the enumeration value.
Useful when creating string messages