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


IGpSpRefObject.Create Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject Interface > IGpSpRefObject.Create Method
ArcGIS Developer Help

IGpSpRefObject.Create Method

Create the spatial reference using the currently set properties.

[Visual Basic .NET]
Public Sub Create ( _
)
[C#]
public void Create (
);
[C++]
HRESULT Create(
void
);

Product Availability

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

See Also

IGpSpRefObject Interface