Creates and registers a volume using specified name and description.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnVolume Create( string Name, string Description, AgECrdnVolumeType Type ); |
| [Managed C++] |
|---|
public: IAgCrdnVolume^ Create( String __gc ^ Name, String __gc ^ Description, AgECrdnVolumeType Type ); |
| [Java] |
|---|
public IAgCrdnVolume create( String Name, String Description, AgECrdnVolumeType Type ); |
| [Unmanaged C++] |
|---|
|
- Name
- Description
- Type





