AGI STK VGT 11Send comments on this topic.
CreateVolumeFromCalc Method (IAgCrdnVolumeFactory)
See Also 
Name
Description
Windows






Windows & Linux

Description

Creates a volume type from calc.

Syntax

[Visual Basic .NET]
Public Function CreateVolumeFromCalc( _
   ByVal Name As String, _
   ByVal Description As String _
) As IAgCrdnVolume
[C#]
public IAgCrdnVolume CreateVolumeFromCalc(
   string Name,
   string Description
);
[Managed C++]
public: IAgCrdnVolume^ CreateVolumeFromCalc(
   String __gc ^ Name,
   String __gc ^ Description
);
[Java]
public IAgCrdnVolume createVolumeFromCalc(
   String Name,
   String Description
);
[Unmanaged C++]
public: HRESULT CreateVolumeFromCalc(
   BSTR Name,
   BSTR Description,
   IAgCrdnVolume ** ReturnValue
);

Parameters

Name
Description

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.