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





