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


IDimensionGraphic.Draw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionGraphic Interface > IDimensionGraphic.Draw Method
ArcGIS Developer Help

IDimensionGraphic.Draw Method

Draws the dimension style.

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

hDC is a parameter of type OLE_HANDLE transformation [in]
transformation is a parameter of type ITransformation*

Product Availability

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

Remarks

The Draw method draws a dimension on the device context specified by the hDC parameter using the transformation specified in the pTransformation parameter.

See Also

IDimensionGraphic Interface