Click or drag to resize

CoordinateReferenceSystemFinalize Method

Finalizes an instance of the CoordinateReferenceSystem class.

Namespace:  Ptv.Components.Projections
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
protected override void Finalize()

Implements

ObjectFinalize
Remarks
This destructor frees native resources that may exist through PROJ.4 Cartographic Projections Library, which is used for some transformations.
See Also