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


IDimensionStyleText.ExpressionSimple Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IDimensionStyleText.ExpressionSimple Property

Indicates if the text expression is simple or custom for the style.

[Visual Basic .NET]
Public Property ExpressionSimple As Boolean
[C#]
public bool ExpressionSimple {get; set;}
[C++]
HRESULT get_ExpressionSimple(
  VARIANT_BOOL isSimple
);
[C++]
HRESULT put_ExpressionSimple(
  Boolean* isSimple
);
[C++]

Parameters isSimple [in]
isSimple is a parameter of type bool isSimple [out, retval]
isSimple is a parameter of type bool*

Product Availability

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

See Also

IDimensionStyleText Interface