This document is archived and information here might be outdated. Recommended version. |
Calculates and sets the grid index sizes on the given geometry definition object.
[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 );
[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 IUnknown pGeometryDef [in]
pGeometryDef is a parameter of type IGeometryDef*