AGI STK VGT 11Send 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 
[C#]
public IAgCrdnVolume CreateVolumeFromTimeSatisfaction(
    string Name,
    string Description
);
[Managed C++]
public: IAgCrdnVolume^ CreateVolumeFromTimeSatisfaction(
    String __gc ^ Name,
    String __gc ^ Description
);
[Java]
public IAgCrdnVolume createVolumeFromTimeSatisfaction(
    String Name,
    String Description
);
[Unmanaged C++]
public: HRESULT CreateVolumeFromTimeSatisfaction(
    BSTR Name,
    BSTR Description,
    IAgCrdnVolume ** ppRetVal
);

Parameters

Name
Description

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.