Creates and registers a volume calc using specified name and description.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnVolumeCalc Create( string Name, string Description, AgECrdnVolumeCalcType Type ); |
| [Managed C++] |
|---|
public: IAgCrdnVolumeCalc^ Create( String __gc ^ Name, String __gc ^ Description, AgECrdnVolumeCalcType Type ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnVolumeCalc create( String Name, String Description, AgECrdnVolumeCalcType Type ); |
[Python - STK API ] |
|---|
def Create(self, Name:str, Description:str, Type:"AgECrdnVolumeCalcType") -> "IAgCrdnVolumeCalc": |
- Name
- Description
- Type






