AGI STK Objects 11 Send comments on this topic.
GetAvailableTransformations Method (IAgVOModelArtic)
See Also 
LOD
The level of detail. Usually 0
ArticName
The articulation name.





Description

The available transformations.

Syntax

[Visual Basic .NET]
Public Function GetAvailableTransformations( _
   ByVal LOD As Integer, _
   ByVal ArticName As String _
) As IAgVOModelTransCollection

[C#]
public IAgVOModelTransCollection GetAvailableTransformations(
int LOD,
string ArticName
);

[Managed C++]
public: IAgVOModelTransCollection^ GetAvailableTransformations(
int LOD,
String __gc ^ ArticName
);

[Java]
public IAgVOModelTransCollection getAvailableTransformations(
int LOD,
String ArticName
);

[Unmanaged C++]
public: HRESULT GetAvailableTransformations(
long LOD,
BSTR ArticName,
IAgVOModelTransCollection ** ReturnValue
);

Parameters

LOD
The level of detail. Usually 0
ArticName
The articulation name.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1