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


IConstructUnknownCoordinateSystem.ConstructFromEnvelope Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IConstructUnknownCoordinateSystem Interface > IConstructUnknownCoordinateSystem.ConstructFromEnvelope Method
ArcGIS Developer Help

IConstructUnknownCoordinateSystem.ConstructFromEnvelope Method

Constructs the smallest, high precision, standard UCS that will completely contain the specified envelope.

[Visual Basic .NET]
Public Sub ConstructFromEnvelope ( _
    ByVal pEnvelope As IEnvelope _
)
[C#]
public void ConstructFromEnvelope (
    IEnvelope pEnvelope
);
[C++]
HRESULT ConstructFromEnvelope(
  IEnvelope* pEnvelope
);
[C++]
Parameters
pEnvelope 

pEnvelope is a parameter of type IEnvelope*

Product Availability

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

See Also

IConstructUnknownCoordinateSystem Interface