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


IHatchClass.Draw Method (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.Draw Method
ArcGIS Developer Help

IHatchClass.Draw Method

Draw.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal pFLayer As IFeatureLayer, _
    ByVal pDisplay As IDisplay, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void Draw (
    IFeatureLayer pFLayer,
    IDisplay pDisplay,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT Draw(
  IFeatureLayer* pFLayer,
  IDisplay* pDisplay,
  ITrackCancel* pTrackCancel
);
[C++]
Parameters
pFLayer [in]

pFLayer is a parameter of type IFeatureLayer* pDisplay [in]
pDisplay is a parameter of type IDisplay* pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*

Product Availability

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

See Also

IHatchClass Interface