Creates and registers a volume grid of type surface bearing using specified name and description.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnVolumeGrid CreateVolumeGridBearingAlt( string Name, string Description ); |
| [Managed C++] |
|---|
public: IAgCrdnVolumeGrid^ CreateVolumeGridBearingAlt( String __gc ^ Name, String __gc ^ Description ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnVolumeGrid createVolumeGridBearingAlt( String Name, String Description ); |
[Python - STK API ] |
|---|
def CreateVolumeGridBearingAlt(self, Name:str, Description:str) -> "IAgCrdnVolumeGrid": |
- Name
- Description






