This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject Interface > IGpSpRefObject.PCSCode Property (ArcObjects .NET 10.5 SDK) |
The projected coordinate system code.
[Visual Basic .NET] Public Property PCSCode As Integer
[C#] public int PCSCode {get; set;}
[C++]
HRESULT get_PCSCode(
long* code
);
[C++]
HRESULT put_PCSCode(
long code
);
[C++]
Parameters code [out, retval] code is a parameter of type long code [in] code is a parameter of type long