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


ILineDecorationElement.Draw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineDecorationElement Interface > ILineDecorationElement.Draw Method
ArcGIS Developer Help

ILineDecorationElement.Draw Method

Draws the given line geometry.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal hDC As Integer, _
    ByVal transform As ITransformation, _
    ByVal LineGeometry As IGeometry _
)
[C#]
public void Draw (
    int hDC,
    ITransformation transform,
    IGeometry LineGeometry
);
[C++]
HRESULT Draw(
  OLE_HANDLE hDC,
  ITransformation* transform,
  IGeometry* LineGeometry
);
[C++]
Parameters
hDC [in]

hDC is a parameter of type OLE_HANDLE transform [in]
transform is a parameter of type ITransformation* LineGeometry [in]
LineGeometry is a parameter of type IGeometry*

Product Availability

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

See Also

ILineDecorationElement Interface