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