Creates and registers a volume grid using
specified name and description.
[Visual Basic .NET] |
---|
Public Function Create( _
ByVal Name As String, _
ByVal Description As String, _
ByVal Type As AgECrdnVolumeGridType _
) As IAgCrdnVolumeGrid
|
[C#] |
---|
public IAgCrdnVolumeGrid Create(
|
[Managed C++] |
---|
public: IAgCrdnVolumeGrid^ Create(
|
[Java] |
---|
public IAgCrdnVolumeGrid create(
|
[Unmanaged C++] |
---|
public: HRESULT Create(
|
- 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).