This document is archived and information here might be outdated.  Recommended version.


IWCSSpatialDomain.GridOffsetsBoundingBox Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IWCSSpatialDomain.GridOffsetsBoundingBox Property

The bounding box of grid offsets.

[Visual Basic .NET]
Public ReadOnly Property GridOffsetsBoundingBox As IEnvelope
[C#]
public IEnvelope GridOffsetsBoundingBox {get;}
[C++]
HRESULT get_GridOffsetsBoundingBox(
  IEnvelope** ppEnvelope
);
[C++]

Parameters ppEnvelope [out, retval]
ppEnvelope is a parameter of type IEnvelope

Product Availability

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

See Also

IWCSSpatialDomain Interface