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


IDimensionStyleText.ExpressionSimple Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleText Interface > IDimensionStyleText.ExpressionSimple Property
ArcGIS Developer Help

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