The Transformation Value given the LOD (level of detail), articulation name and the transformation name.
| [Visual Basic .NET] |
|---|
Public Function GetTransValue( _ ByVal LOD As Integer, _ ByVal Artic As String, _ ByVal Trans As String _ ) As Double |
| [Unmanaged C++] |
|---|
public: HRESULT GetTransValue( |
- LOD
- The level of detail. Usually 0.
- Artic
- The articulation name.
- Trans
- The transformation name.
