ArcObjects Library Reference (Geoprocessing)  

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(
  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

Product Availability

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

See Also

IGpSpRefObject Interface