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.Remarks Property (ArcObjects .NET 10.5 SDK) |
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