AGI STK Objects 11Send comments on this topic.
GetTransValue Method (IAgVOModelArtic)
See Also 
LOD
The level of detail. Usually 0.
Artic
The articulation name.
Trans
The transformation name.
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
The level of detail. Usually 0.
Artic
The articulation name.
Trans
The transformation name.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.