Gets a transformation by name.
[Visual Basic .NET] |
---|
Public Function GetByName( _ ByVal Name As String _ ) As IAgStkGraphicsModelTransformation |
[C#] |
---|
public IAgStkGraphicsModelTransformation GetByName( string Name ); |
[Managed C++] |
---|
public: IAgStkGraphicsModelTransformation^ GetByName( String __gc ^ Name ); |
[Unmanaged C++] |
---|
public: HRESULT GetByName( BSTR Name, IAgStkGraphicsModelTransformation ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsModelTransformation getByName( String Name ); |
[Python - STK API ] |
---|
def GetByName(self, Name:str) -> "IAgStkGraphicsModelTransformation": |
- Name
- The name of the ModelTransformation.