STK Vector Geometry ToolSend comments on this topic.
CreateVolumeOverTime Method (IAgCrdnVolumeFactory)
See Also
Name
Description
Windows





Windows & Linux

Description

Creates a volume type over time.

Syntax

[Visual Basic .NET]
Public Function CreateVolumeOverTime( _
    ByVal Name As String, _
    ByVal Description As String _
) As IAgCrdnVolume
[C#]
public IAgCrdnVolume CreateVolumeOverTime(
    string Name,
    string Description
);
[Managed C++]
public: IAgCrdnVolume^ CreateVolumeOverTime(
    String __gc ^ Name,
    String __gc ^ Description
);
[Unmanaged C++]
public: HRESULT CreateVolumeOverTime(
    BSTR Name,
    BSTR Description,
    IAgCrdnVolume ** ppRetVal
);
[Java]
public IAgCrdnVolume createVolumeOverTime(
    String Name,
    String Description
);
[Python - STK API ]
def CreateVolumeOverTime(self, Name:str, Description:str) -> "IAgCrdnVolume":

Parameters

Name
Description

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.