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


IHatchDefinition.Expression 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.Expression Property
ArcGIS Developer Help

IHatchDefinition.Expression Property

The Expression.

[Visual Basic .NET]
Public Property Expression As String
[C#]
public string Expression {get; set;}
[C++]
HRESULT get_Expression(
  System.String* Expression
);
[C++]
HRESULT put_Expression(
  BSTR Expression
);
[C++]
Parameters
Expression [out, retval]

Expression is a parameter of type BSTR* Expression [in]
Expression is a parameter of type BSTR

Product Availability

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

See Also

IHatchDefinition Interface