AGI STK VGT 11 Send comments on this topic.
Create Method (IAgCrdnVolumeGridFactory)
See Also 
Name
Description
Type
Windows






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function Create( _
   ByVal Name As String, _
   ByVal Description As String, _
   ByVal Type As AgECrdnVolumeGridType _
) As IAgCrdnVolumeGrid

[C#]
public IAgCrdnVolumeGrid Create(
string Name,
string Description,
AgECrdnVolumeGridType Type
);

[Managed C++]
public: IAgCrdnVolumeGrid^ Create(
String __gc ^ Name,
String __gc ^ Description,
AgECrdnVolumeGridType Type
);

[Java]
public IAgCrdnVolumeGrid create(
String Name,
String Description,
AgECrdnVolumeGridType Type
);

[Unmanaged C++]
public: HRESULT Create(
BSTR Name,
BSTR Description,
AgECrdnVolumeGridType Type,
IAgCrdnVolumeGrid ** ReturnValue
);

Parameters

Name
Description
Type
Member Value Description
eCrdnVolumeGridTypeUnknown -1 Unknown or unsupported volume grid.
eCrdnVolumeGridTypeCartesian 0 volume grid type cartesian.
eCrdnVolumeGridTypeCylindrical 1 volume grid type Cylindrical.
eCrdnVolumeGridTypeSpherical 2 volume grid type Spherical.
eCrdnVolumeGridTypeConstrained 3 volume grid type Constrained.
eCrdnVolumeGridTypeLatLonAlt 4 volume grid type LatLonAlt (Cartographic).
eCrdnVolumeGridTypeBearingAlt 5 volume grid type BearingAlt (Surface Bearing).

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface