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


ILasDatasetToolbarEnvironment.QueryLastTinRenderer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalystUI)  

ILasDatasetToolbarEnvironment.QueryLastTinRenderer Method

Get the last selected TIN renderer for the given layer.

[Visual Basic .NET]
Public Function QueryLastTinRenderer ( _
    ByVal pLayer As ILasDatasetLayer _
) As Guid
[C#]
public Guid QueryLastTinRenderer (
    ILasDatasetLayer pLayer
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

ILasDatasetToolbarEnvironment Interface