The formatted string, output.
[Visual Basic .NET] Public Property String As String
[C#] public string String {get; set;}
[C++]
HRESULT get_String(
BSTR* s
);
[C++]
HRESULT put_String(
BSTR s
);
[C++]Parameters
s [out, retval] s is a parameter of type BSTR s [in] s is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Description
The String property can be used to set or get the coordinate's value. If used for input the string will be parsed and the results will be available using the String property, Point property or the GetCoords method. When used for output the String property holds a normalised representation of
the coordinate.