AGI STK Objects 11 Send comments on this topic.
GetTransValue Method (IAgMtoVOModelArtic)
See Also 
LOD
Artic
Trans
Windows






Windows & Linux

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
);

[Java]
public double getTransValue(
int LOD,
String Artic,
String Trans
);

[Unmanaged C++]
public: HRESULT GetTransValue(
long LOD,
BSTR Artic,
BSTR Trans,
double * ReturnValue
);

Parameters

LOD
Artic
Trans

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface