STK ObjectsSend comments on this topic.
SetTransValue Method (IAgMtoVOModelArtic)
See Also
LOD
Articulation
Trans
TransVal
Windows





Windows & Linux

Description

Set the Transformation Value given the LOD and articulation name.

Syntax

[Visual Basic .NET]
Public Sub SetTransValue( _
    ByVal LOD As Integer, _
    ByVal Articulation As String, _
    ByVal Trans As String, _
    ByVal TransVal As Double _
)
[C#]
public void SetTransValue(
    int LOD,
    string Articulation,
    string Trans,
    double TransVal
);
[Managed C++]
public: void SetTransValue(
    int LOD,
    String __gc ^ Articulation,
    String __gc ^ Trans,
    double TransVal
);
[Unmanaged C++]
public: HRESULT SetTransValue(
    long LOD,
    BSTR Articulation,
    BSTR Trans,
    double TransVal
);
[Java]
public void setTransValue(
    int LOD,
    String Articulation,
    String Trans,
    double TransVal
);
[Python - STK API ]
def SetTransValue(self, LOD:int, Articulation:str, Trans:str, TransVal:float) -> None:

Parameters

LOD
Articulation
Trans
TransVal

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.