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


IGraphicAttributeType.DrawValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributeType Interface > IGraphicAttributeType.DrawValue Method
ArcGIS Developer Help

IGraphicAttributeType.DrawValue Method

Draws a value on the device context.

[Visual Basic .NET]
Public Sub DrawValue ( _
    ByVal Value As Object, _
    ByRef rect As tagRECT, _
    ByVal hDC As Integer, _
    ByVal readOnly As Boolean _
)
[C#]
public void DrawValue (
    object Value,
    ref tagRECT rect,
    ref int hDC,
    ref bool readOnly
);
[C++]
HRESULT DrawValue(
  VARIANT Value,
  tagRECT* rect,
  OLE_HANDLE hDC,
  VARIANT_BOOL readOnly
);
[C++]
Parameters
Value [in]

Value is a parameter of type VARIANT rect [in]
rect is a parameter of type tagRECT* hDC [in]
hDC is a parameter of type OLE_HANDLE readOnly [in]
readOnly is a parameter of type bool

Product Availability

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

See Also

IGraphicAttributeType Interface