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


ISchematicInMemoryFeatureBoundingBox.GetBoundingBox Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureBoundingBox.GetBoundingBox Method

Provides access to the bounding box of the in memory feature for the specified layer.

[Visual Basic .NET]
Public Function GetBoundingBox ( _
    ByVal Layer As ILayer _
) As IEnvelope
[C#]
public IEnvelope GetBoundingBox (
    ILayer Layer
);
[C++]
HRESULT GetBoundingBox(
  ILayer* Layer,
  IEnvelope** Envelope
);
[C++]

Parameters Layer [in]
Layer is a parameter of type ILayer Envelope [out, retval]
Envelope is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicInMemoryFeatureBoundingBox Interface