Creates and registers a volume grid using specified name and description.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnVolumeGrid Create( string Name, string Description, AgECrdnVolumeGridType Type ); |
| [Managed C++] |
|---|
public: IAgCrdnVolumeGrid^ Create( String __gc ^ Name, String __gc ^ Description, AgECrdnVolumeGridType Type ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnVolumeGrid create( String Name, String Description, AgECrdnVolumeGridType Type ); |
[Python - STK API ] |
|---|
def Create(self, Name:str, Description:str, Type:"AgECrdnVolumeGridType") -> "IAgCrdnVolumeGrid": |
- Name
- Description
- Type






