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


IDimensionStyleText.Prefix Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDimensionStyleText.Prefix Property

Prefix for the text expression for the style.

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

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

Product Availability

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

See Also

IDimensionStyleText Interface