This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureBoundingBox Interface > ISchematicInMemoryFeatureBoundingBox.GetBoundingBox Method (ArcObjects .NET 10.4 SDK) |
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