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






