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