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


ILasDatasetToolbarEnvironment.SetLastTinRenderer Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalystUI)  

ILasDatasetToolbarEnvironment.SetLastTinRenderer Method

Set the last selected TIN renderer for the given layer.

[Visual Basic .NET]
Public Sub SetLastTinRenderer ( _
    ByVal pLayer As ILasDatasetLayer, _
    ByVal clsid As Guid _
)
[C#]
public void SetLastTinRenderer (
    ILasDatasetLayer pLayer,
    Guid clsid
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

ILasDatasetToolbarEnvironment Interface