ArcObjects Library Reference (Animation)  

IAGAnimationContainer.DrawGraphsToDC Method

Draw datagraphs to specified device context.

[Visual Basic .NET]
Public Sub DrawGraphsToDC ( _
    ByVal hDC As Integer _
)
[C#]
public void DrawGraphsToDC (
    int hDC
);
[C++]
HRESULT DrawGraphsToDC(
  long hDC
);
[C++]

Parameters

hDC [in]   hDC is a parameter of type long

Product Availability

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

See Also

IAGAnimationContainer Interface