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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.