This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchDefinition Interface > IHatchDefinition.ExpressionSimple Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL ExpressionSimple
);
[C++]
Parameters ExpressionSimple [out, retval] ExpressionSimple is a parameter of type VARIANT_BOOL ExpressionSimple [in] ExpressionSimple is a parameter of type VARIANT_BOOL