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


IGpSpRefObject.PCSCode Property (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.PCSCode Property
ArcGIS Developer Help

IGpSpRefObject.PCSCode Property

The projected coordinate system code.

[Visual Basic .NET]
Public Property PCSCode As Integer
[C#]
public int PCSCode {get; set;}
[C++]
HRESULT get_PCSCode(
void
);
[C++]
HRESULT put_PCSCode(
);

Product Availability

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

See Also

IGpSpRefObject Interface