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(
  BSTR* Remarks
);
[C++]
HRESULT put_Remarks(
  BSTR Remarks
);
[C++]

Parameters

Remarks [out, retval]   Remarks is a parameter of type BSTR Remarks [in]   Remarks is a parameter of type BSTR

Product Availability

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

See Also

IGpSpRefObject Interface