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