AGI STK VGT 11Send 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
MemberValueDescription
eCrdnVolumeGridTypeUnknown-1Unknown or unsupported volume grid.
eCrdnVolumeGridTypeCartesian0volume grid type cartesian.
eCrdnVolumeGridTypeCylindrical1volume grid type Cylindrical.
eCrdnVolumeGridTypeSpherical2volume grid type Spherical.
eCrdnVolumeGridTypeConstrained3volume grid type Constrained.
eCrdnVolumeGridTypeLatLonAlt4volume grid type LatLonAlt (Cartographic).
eCrdnVolumeGridTypeBearingAlt5volume grid type BearingAlt (Surface Bearing).

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.