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


ISpatialReferenceSingletonManager.CommitIdentity 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.CommitIdentity Method
ArcGIS Developer Help

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