ArcObjects Library Reference (Carto)  

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(
  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.

Description

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

See Also

ILabelEngineLayerProperties Interface