AGI STK Objects 11 Send comments on this topic.
SetTransValue Method (IAgVOModelArtic)
See Also 
LOD
The level of detail. Usually 0.
Artic
The articulation name.
Trans
The transformation name.
TransVal
The transformation value.





Description

The Transformation Value to set given the LOD and articulation name.

Syntax

[Visual Basic .NET]
Public Sub SetTransValue( _
   ByVal LOD As Integer, _
   ByVal Artic As String, _
   ByVal Trans As String, _
   ByVal TransVal As Double _
) 

[C#]
public void SetTransValue(
int LOD,
string Artic,
string Trans,
double TransVal
);

[Managed C++]
public: void SetTransValue(
int LOD,
String __gc ^ Artic,
String __gc ^ Trans,
double TransVal
);

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

[Unmanaged C++]
public: HRESULT SetTransValue(
long LOD,
BSTR Artic,
BSTR Trans,
double TransVal
);

Parameters

LOD
The level of detail. Usually 0.
Artic
The articulation name.
Trans
The transformation name.
TransVal
The transformation value.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1