ArcObjects Library Reference (Carto)  

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(
  long hDC,
  ITransformation* transformation
);
[C++]

Parameters

hDC [in]   hDC is a parameter of type long 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