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


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

ISpatialReferenceSingletonManager.CommitIdentity Method

Ensures that no copy of pCS exists in the system.

[Visual Basic .NET]
Public Sub CommitIdentity ( _
    ByRef ppInOutCoordSys As Integer _
)
[C#]
public void CommitIdentity (
    ref int ppInOutCoordSys
);
[C++]
HRESULT CommitIdentity(
  esriSpatialReferenceImplHandle* ppInOutCoordSys
);
[C++]

Parameters ppInOutCoordSys [in, out]
ppInOutCoordSys is a parameter of type esriSpatialReferenceImplHandle*

Product Availability

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

See Also

ISpatialReferenceSingletonManager Interface