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


IHatchClass.StartRange Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchClass Interface > IHatchClass.StartRange Property
ArcGIS Developer Help

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