This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleText Interface > IDimensionStyleText.ExpressionSimple Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL isSimple
);
[C++]
Parameters isSimple [out, retval] isSimple is a parameter of type VARIANT_BOOL isSimple [in] isSimple is a parameter of type VARIANT_BOOL