Creates and registers a volume grid using specified name and description.
[Visual Basic .NET] |
---|
Public Function Create( _ ByVal Name As String, _ ByVal Description As String, _ ByVal Type As AgECrdnVolumeGridType _ ) As IAgCrdnVolumeGrid |
[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++] |
---|
public: HRESULT Create( BSTR Name, BSTR Description, AgECrdnVolumeGridType Type, IAgCrdnVolumeGrid ** ppRetVal ); |
[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