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





Windows & Linux

Description

Creates a volume type from time satisfaction.

Syntax

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

Parameters

Name
Description

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.