This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IElement Interface > IElement.Draw Method (ArcObjects .NET 10.4 SDK) |
Draws the element into the given display object.
[Visual Basic .NET] Public Sub Draw ( _ ByVal Display As IDisplay, _ ByVal TrackCancel As ITrackCancel _ )
[C#] public void Draw ( IDisplay Display, ITrackCancel TrackCancel );
[C++]
HRESULT Draw(
IDisplay* Display,
ITrackCancel* TrackCancel
);
[C++]
Parameters Display [in]
Display is a parameter of type IDisplay TrackCancel [in]
TrackCancel is a parameter of type ITrackCancel