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


ILabelEngineLayerProperties2.IsExpressionSimple Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILabelEngineLayerProperties2.IsExpressionSimple Property

Indicates if the expression is simple.

[Visual Basic .NET]
Public Property IsExpressionSimple As Boolean
[C#]
public bool IsExpressionSimple {get; set;}
[C++]
HRESULT get_IsExpressionSimple(
  VARIANT_BOOL* simpleExpression
);
[C++]
HRESULT put_IsExpressionSimple(
  VARIANT_BOOL simpleExpression
);
[C++]

Parameters simpleExpression [out, retval] simpleExpression is a parameter of type VARIANT_BOOL simpleExpression [in] simpleExpression is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILabelEngineLayerProperties2 Interface