ArcObjects Library Reference (Carto)  

IPrincipalDigitsGridLabel.EastingSuffix Property

The string used to indicate the Easting.

[Visual Basic .NET]
Public Property EastingSuffix As String
[C#]
public string EastingSuffix {get; set;}
[C++]
HRESULT get_EastingSuffix(
  BSTR* str
);
[C++]
HRESULT put_EastingSuffix(
  BSTR str
);
[C++]

Parameters

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

Product Availability

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

See Also

IPrincipalDigitsGridLabel Interface