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


ISpatialReferenceSingletonManager.ReleaseCoordSys Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceSingletonManager Interface > ISpatialReferenceSingletonManager.ReleaseCoordSys Method
ArcGIS Developer Help

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