Creates a VGT axes using specified name, description and type.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnAxes Create( string AxesName, string Description, AgECrdnAxesType AxesType ); |
| [Managed C++] |
|---|
public: IAgCrdnAxes^ Create( String __gc ^ AxesName, String __gc ^ Description, AgECrdnAxesType AxesType ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnAxes create( String AxesName, String Description, AgECrdnAxesType AxesType ); |
[Python - STK API ] |
|---|
def Create(self, AxesName:str, Description:str, AxesType:"AgECrdnAxesType") -> "IAgCrdnAxes": |
- AxesName
- Specify a component name.
- Description
- Specify a component description.
- AxesType
- Specify a component type.
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.






