AGI STK Objects 11Send comments on this topic.
GetAvailableTransformations Method (IAgMtoVOModelArtic)
See Also 
LOD
ArticName
Windows






Windows & Linux

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
ArticName

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.