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


IHatchDefinition.ExpressionSimple Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Location)  

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

.NET Related Topics

Location