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


ISpatialReference2GEN.Remarks Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference2GEN Interface > ISpatialReference2GEN.Remarks Property
ArcGIS Developer Help

ISpatialReference2GEN.Remarks Property

The comment string of this spatial reference component.

[Visual Basic .NET]
Public ReadOnly Property Remarks As String
[C#]
public string Remarks {get;}
[C++]
HRESULT get_Remarks(
  System.String* Remarks
);
[C++]
Parameters
Remarks [out, retval]

Remarks is a parameter of type BSTR*

Product Availability

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

See Also

ISpatialReference2GEN Interface