This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchTemplate Interface > IHatchTemplate.DrawFeature Method (ArcObjects .NET 10.4 SDK) |
Draws hatches on along a given feature.
[Visual Basic .NET] Public Sub DrawFeature ( _ ByVal feature As IFeature, _ ByVal interval As IHatchInputValue, _ ByVal FromMeasure As IHatchInputValue, _ ByVal ToMeasure As IHatchInputValue, _ ByVal LateralOffset As IHatchInputValue, _ ByVal measureUnits As esriUnits, _ ByVal display As IDisplay, _ ByVal trackCancel As ITrackCancel _ )
[C#] public void DrawFeature ( IFeature feature, IHatchInputValue interval, IHatchInputValue FromMeasure, IHatchInputValue ToMeasure, IHatchInputValue LateralOffset, esriUnits measureUnits, IDisplay display, ITrackCancel trackCancel );
[C++]
HRESULT DrawFeature(
IFeature* feature,
IHatchInputValue* interval,
IHatchInputValue* FromMeasure,
IHatchInputValue* ToMeasure,
IHatchInputValue* LateralOffset,
esriUnits measureUnits,
IDisplay* display,
ITrackCancel* trackCancel
);
[C++]
Parameters feature [in]
feature is a parameter of type IFeature interval [in]
interval is a parameter of type IHatchInputValue FromMeasure [in]
FromMeasure is a parameter of type IHatchInputValue ToMeasure [in]
ToMeasure is a parameter of type IHatchInputValue LateralOffset [in]
LateralOffset is a parameter of type IHatchInputValue measureUnits [in]
measureUnits is a parameter of type esriUnits display [in]
display is a parameter of type IDisplay trackCancel [in]
trackCancel is a parameter of type ITrackCancel