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


IAGAnimationContainer.DrawGraphsToDC Method (ArcObjects .NET 10.5 SDK)
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