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


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

ISpatialReferenceSingletonManager.CreateOwnedCS Method

Replaces ppInOutCoordSys with an exact, deep copy.

[Visual Basic .NET]
Public Sub CreateOwnedCS ( _
    ByRef ppInOutCoordSys As Integer _
)
[C#]
public void CreateOwnedCS (
    ref int ppInOutCoordSys
);
[C++]
HRESULT CreateOwnedCS(
  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