Draws the layer to the specified display for the given draw phase.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Sub Draw( _
ByVal drawPhase As ESRI.ArcGIS.esriSystem.esriDrawPhase, _
ByVal Display As ESRI.ArcGIS.Display.IDisplay, _
ByVal trackCancel As ESRI.ArcGIS.esriSystem.ITrackCancel _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BaseCustomGlobeLayer
Dim drawPhase As ESRI.ArcGIS.esriSystem.esriDrawPhase
Dim Display As ESRI.ArcGIS.Display.IDisplay
Dim trackCancel As ESRI.ArcGIS.esriSystem.ITrackCancel
instance.Draw(drawPhase, Display, trackCancel) |
C# | |
---|
public virtual void Draw(
ESRI.ArcGIS.esriSystem.esriDrawPhase drawPhase,
ESRI.ArcGIS.Display.IDisplay Display,
ESRI.ArcGIS.esriSystem.ITrackCancel trackCancel
) |
Parameters
- drawPhase
- Display
- trackCancel
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also