ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.SetGridIndex Method

Calculates and sets the grid index sizes on the given geometry definition object.

[Visual Basic 6.0]
Sub SetGridIndex(
    ByVal pEnvMgr As IGPEnvironmentManager, _
    ByVal pInputTables As IArray, _
    ByVal spatialIndex1 As Double, _
    ByVal spatialIndex2 As Double, _
    ByVal spatialIndex3 As Double, _
    ByVal pUnk As Unknown, _
    ByVal pGeometryDef As IGeometryDef _
)
[Visual Basic .NET]
Public Sub SetGridIndex ( _
    ByVal pEnvMgr As IGPEnvironmentManager, _
    ByVal pInputTables As IArray, _
    ByVal spatialIndex1 As Double, _
    ByVal spatialIndex2 As Double, _
    ByVal spatialIndex3 As Double, _
    ByVal pUnk As Object, _
    ByVal pGeometryDef As IGeometryDef _
)
[C#]
public void SetGridIndex (
    IGPEnvironmentManager pEnvMgr,
    IArray pInputTables,
    double spatialIndex1,
    double spatialIndex2,
    double spatialIndex3,
    object pUnk,
    IGeometryDef pGeometryDef
);
[Java]
public void setGridIndex (
    IGPEnvironmentManager pEnvMgr,
    IArray pInputTables,
    double spatialIndex1,
    double spatialIndex2,
    double spatialIndex3,
    Object pUnk,
    IGeometryDef pGeometryDef
)
throws
    IOException,
    AutomationException
[C++]
HRESULT SetGridIndex(
  IGPEnvironmentManager* pEnvMgr,
  IArray* pInputTables,
  double spatialIndex1,
  double spatialIndex2,
  double spatialIndex3,
  LPUNKNOWN pUnk,
  IGeometryDef* pGeometryDef
);
[C++]

Parameters

pEnvMgr [in]

  pEnvMgr is a parameter of type IGPEnvironmentManager

pInputTables [in]

  pInputTables is a parameter of type IArray

spatialIndex1 [in]

  spatialIndex1 is a parameter of type double

spatialIndex2 [in]

  spatialIndex2 is a parameter of type double

spatialIndex3 [in]

  spatialIndex3 is a parameter of type double

pUnk [in]

  pUnk is a parameter of type LPUNKNOWN

pGeometryDef [in]

  pGeometryDef is a parameter of type IGeometryDef

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPUtilities Interface

 


Feedback Send feedback on this page