Get the available transformations.
[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 ); |
[Unmanaged C++] |
---|
public: HRESULT GetAvailableTransformations( long LOD, BSTR ArticName, IAgVOModelTransCollection ** ppIAgVOModelTransCollection ); |
[Java] |
---|
public IAgVOModelTransCollection getAvailableTransformations( int LOD, String ArticName ); |
[Python - STK API ] |
---|
def GetAvailableTransformations(self, LOD:int, ArticName:str) -> "IAgVOModelTransCollection": |
- LOD
- ArticName