STK Vector Geometry ToolSend comments on this topic.
Create Method (IAgCrdnVolumeCalcFactory)
See Also
Name
Description
Type
Windows





Windows & Linux

Description

Creates and registers a volume calc using specified name and description.

Syntax

[Visual Basic .NET]
Public Function Create( _
    ByVal Name As String, _
    ByVal Description As String, _
    ByVal Type As AgECrdnVolumeCalcType _
) As IAgCrdnVolumeCalc
[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++]
public: HRESULT Create(
    BSTR Name,
    BSTR Description,
    AgECrdnVolumeCalcType Type,
    IAgCrdnVolumeCalc ** ppRetVal
);
[Java]
public IAgCrdnVolumeCalc create(
    String Name,
    String Description,
    AgECrdnVolumeCalcType Type
);
[Python - STK API ]
def Create(self, Name:str, Description:str, Type:"AgECrdnVolumeCalcType") -> "IAgCrdnVolumeCalc":

Parameters

Name
Description
Type

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.