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


ISpatialReferenceSingletonManager.ReleaseCoordSys Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ISpatialReferenceSingletonManager.ReleaseCoordSys Method

Decrements the ref count of the extended coord sys and possibly removes it.

[Visual Basic .NET]
Public Sub ReleaseCoordSys ( _
    ByVal pInCoordSys As Integer _
)
[C#]
public void ReleaseCoordSys (
    int pInCoordSys
);
[C++]
HRESULT ReleaseCoordSys(
  esriSpatialReferenceImplHandle pInCoordSys
);
[C++]

Parameters pInCoordSys [in]
pInCoordSys is a parameter of type esriSpatialReferenceImplHandle

Product Availability

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

See Also

ISpatialReferenceSingletonManager Interface