ArcObjects Library Reference (Location)  

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