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





