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 |
[C#] |
---|
public IAgCrdnVolumeGrid CreateVolumeGridConstrained( string Name, string Description ); |
[Managed C++] |
---|
public: IAgCrdnVolumeGrid^ CreateVolumeGridConstrained( String __gc ^ Name, String __gc ^ Description ); |
[Java] |
---|
public IAgCrdnVolumeGrid createVolumeGridConstrained( String Name, String Description ); |
[Unmanaged C++] |
---|
public: HRESULT CreateVolumeGridConstrained( BSTR Name, BSTR Description, IAgCrdnVolumeGrid ** ppRetVal ); |
- Name
- Description