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


IGpSpRefObject.Remarks Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.Remarks Property

The comment string of this spatial reference component.

[Visual Basic .NET]
Public Property Remarks As String
[C#]
public string Remarks {get; set;}
[C++]
HRESULT get_Remarks(
void
);
[C++]
HRESULT put_Remarks(
);

Product Availability

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

See Also

IGpSpRefObject Interface