Creates and registers a volume grid of type that can be constrained by conditions using specified name and description.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnVolumeGrid CreateVolumeGridConstrained( string Name, string Description ); |
| [Managed C++] |
|---|
public: IAgCrdnVolumeGrid^ CreateVolumeGridConstrained( String __gc ^ Name, String __gc ^ Description ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnVolumeGrid createVolumeGridConstrained( String Name, String Description ); |
[Python - STK API ] |
|---|
def CreateVolumeGridConstrained(self, Name:str, Description:str) -> "IAgCrdnVolumeGrid": |
- Name
- Description






