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


IHatchDefinition.ExpressionSimple Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchDefinition Interface > IHatchDefinition.ExpressionSimple Property
ArcGIS Developer Help

IHatchDefinition.ExpressionSimple Property

Indicates whether the expression is simple.

[Visual Basic .NET]
Public Property ExpressionSimple As Boolean
[C#]
public bool ExpressionSimple {get; set;}
[C++]
HRESULT get_ExpressionSimple(
  VARIANT_BOOL ExpressionSimple
);
[C++]
HRESULT put_ExpressionSimple(
  Boolean* ExpressionSimple
);
[C++]
Parameters
ExpressionSimple [in]

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

Product Availability

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

See Also

IHatchDefinition Interface