IConstructUnknownCoordinateSystem Interface

Provides method to define the properties of an unknown coordinate system.

Members

Name Description
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.