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