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


ITinRenderer.Draw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinRenderer Interface > ITinRenderer.Draw Method
ArcGIS Developer Help

ITinRenderer.Draw Method

Draws the TIN.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal DrawPhase As esriDrawPhase, _
    ByVal Display As IDisplay, _
    ByVal aSpatialReference As ISpatialReference, _
    ByVal TrackCancel As ITrackCancel _
)
[C#]
public void Draw (
    esriDrawPhase DrawPhase,
    IDisplay Display,
    ISpatialReference aSpatialReference,
    ITrackCancel TrackCancel
);
[C++]
HRESULT Draw(
  esriDrawPhase DrawPhase,
  IDisplay* Display,
  ISpatialReference* aSpatialReference,
  ITrackCancel* TrackCancel
);
[C++]
Parameters
DrawPhase [in]

DrawPhase is a parameter of type esriDrawPhase Display [in]
Display is a parameter of type IDisplay* aSpatialReference [in]
aSpatialReference is a parameter of type ISpatialReference* TrackCancel [in]
TrackCancel is a parameter of type ITrackCancel*

Product Availability

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

See Also

ITinRenderer Interface