ArcObjects Library Reference (Carto)  

IDimensionStyleText.Suffix Property

Suffix for the text expression for the style.

[Visual Basic .NET]
Public Property Suffix As String
[C#]
public string Suffix {get; set;}
[C++]
HRESULT get_Suffix(
  BSTR* Suffix
);
[C++]
HRESULT put_Suffix(
  BSTR Suffix
);
[C++]

Parameters

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

Product Availability

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

See Also

IDimensionStyleText Interface