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


ILabelEngineLayerProperties.IsExpressionSimple Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelEngineLayerProperties Interface > ILabelEngineLayerProperties.IsExpressionSimple Property
ArcGIS Developer Help

ILabelEngineLayerProperties.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(
  Boolean* simpleExpression
);
[C++]
Parameters
simpleExpression [in]

simpleExpression is a parameter of type bool simpleExpression [out, retval]
simpleExpression is a parameter of type bool*

Product Availability

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

Description

IsExpressionSimple specifies whether or not the expression contains full code or a simple expression.

See Also

ILabelEngineLayerProperties Interface