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


ISchematicInMemoryFeatureBoundingBox.GetBoundingBox Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureBoundingBox Interface > ISchematicInMemoryFeatureBoundingBox.GetBoundingBox Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Layer [in]

Layer is a parameter of type ILayer*

Product Availability

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

See Also

ISchematicInMemoryFeatureBoundingBox Interface