Description
The Transformation Value given the LOD (level of detail), articulation name and the transformation name.
Syntax
| [Visual Basic .NET] |
|---|
Public Function GetTransValue( _
ByVal LOD As Integer, _
ByVal Artic As String, _
ByVal Trans As String _
) As Double
|
| [C#] |
|---|
public double GetTransValue(
int LOD,
string Artic,
string Trans
);
|
| [Managed C++] |
|---|
public: double GetTransValue(
int LOD,
String __gc ^ Artic,
String __gc ^ Trans
);
|
| [Unmanaged C++] |
|---|
public: HRESULT GetTransValue(
long LOD,
BSTR Artic,
BSTR Trans,
double * pNum
);
|
| [Java] |
|---|
public double getTransValue(
int LOD,
String Artic,
String Trans
);
|
[Python - STK API ] |
|---|
def GetTransValue(self, LOD:int, Artic:str, Trans:str) -> float:
|
Parameters
See Also