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


IGridHatch.HatchLength Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridHatch Interface > IGridHatch.HatchLength Property
ArcGIS Developer Help

IGridHatch.HatchLength Property

The length (in points) of the grid hatches.

[Visual Basic .NET]
Public Property HatchLength As Double
[C#]
public double HatchLength {get; set;}
[C++]
HRESULT get_HatchLength(
  System.Double* Length
);
[C++]
HRESULT put_HatchLength(
  double Length
);
[C++]
Parameters
Length [out, retval]

Length is a parameter of type double* Length [in]
Length is a parameter of type double

Product Availability

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

See Also

IGridHatch Interface