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


IHatchClass.StartRange Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IHatchClass.StartRange Property

The StartRange.

[Visual Basic .NET]
Public Property StartRange As IHatchInputValue
[C#]
public IHatchInputValue StartRange {get; set;}
[C++]
HRESULT get_StartRange(
  IHatchInputValue** ppStartRange
);
[C++]
HRESULT putref_StartRange(
  IHatchInputValue* ppStartRange
);
[C++]

Parameters ppStartRange [out, retval]
ppStartRange is a parameter of type IHatchInputValue ppStartRange [in]
ppStartRange 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