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