Provides method to define the properties of an unknown coordinate system.
Members
| Name | Description | |
|---|---|---|
|  | ConstructFromEnvelope | Constructs the smallest, high precision, standard UCS that will completely contain the specified envelope. | 
IConstructUnknownCoordinateSystem.ConstructFromEnvelope Method
Constructs the smallest, high precision, standard UCS that will completely contain the specified envelope.
Public Sub ConstructFromEnvelope ( _
    ByVal pEnvelope As IEnvelope _
)
public void ConstructFromEnvelope (
    IEnvelope pEnvelope
);
Classes that implement IConstructUnknownCoordinateSystem
| Classes | Description | 
|---|---|
| UnknownCoordinateSystem | Creates an unknown coordinate system. |