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
pEnvelopepEnvelope is a parameter of type IEnvelope
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.