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


IHatchClass.EndRange Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IHatchClass.EndRange Property

The EndRange.

[Visual Basic .NET]
Public Property EndRange As IHatchInputValue
[C#]
public IHatchInputValue EndRange {get; set;}
[C++]
HRESULT get_EndRange(
  IHatchInputValue** ppEndRange
);
[C++]
HRESULT putref_EndRange(
  IHatchInputValue* ppEndRange
);
[C++]

Parameters ppEndRange [out, retval]
ppEndRange is a parameter of type IHatchInputValue ppEndRange [in]
ppEndRange is a parameter of type IHatchInputValue

Product Availability

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

See Also

IHatchClass Interface

.NET Related Topics

Location