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.