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


ILasDatasetLayer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILasDatasetLayer Interface
ArcGIS Developer Help

ILasDatasetLayer Interface

Provides access to members that control a Lasdataset layer.

Product Availability

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

Members

Name Description
Method AddRenderer Add a renderer to the end of the group.
Read/write property AnalysisToolsResolution Indicates the resolution that analysis tools will be enabled.
Read-only property AreaOfInterest The default area of interest for the layer.
Read/write property Cached Indicates if the layer needs its own display cache.
Method ClearRenderers Remove all the renderers from the group.
Read-only property CurrentResolution Indicates the current resolution.
Read/write property Dataset The LasDataset used to define the layer.
Method DeleteRenderer Remove a renderer from the group.
Read/write property DisplayField The primary display field.
Method Draw Draws the layer to the specified display for the given draw phase.
Read/write property FileExtentSymbol The symbol for drawing file extent.
Read/write property FileNameSymbol The symbol for display file name.
Read/write property Filter The display filter.
Read/write property FullResolutionScale Indicates the map scale at which data may be displayed at full resolution.
Method GetCurrentSurface Gets current surface.
Method GetRenderer Gets the nth renderer.
Method InsertRenderer Insert a renderer at given index.
Read/write property MaintainCurrentSurface Indicates if CurrentSurface should be maintained even if layer is invisible, or there is no surface renderer.
Read/write property MaximumScale Maximum scale (representative fraction) at which the layer will display.
Read/write property MinimumScale Minimum scale (representative fraction) at which the layer will display.
Read/write property Name Layer name.
Read/write property PointBudget Indicates the point budget.
Read/write property PointCountPerCentimeter Indicates the point count per centimeter on screen.
Read-only property RendererCount The number of renderers.
Read/write property ScaleSymbols Indicates if symbols are scaled for this layer.
Read/write property ShowFileExtent Indicates whether or not to draw file extent.
Read/write property ShowFileName Indicates whether or not to display file ame.
Read/write property ShowResolution Indicates if TOC should display resolution.
Read/write property ShowTips Indicates if the layer shows map tips.
Write-only property SpatialReference Spatial reference for the layer.
Read-only property SupportedDrawPhases Supported draw phases.
Read-only property TipText Map tip text at the specified location.
Read/write property UseFullResolutionScale Indicates if map scale should be used to control full resolution display.
Read-only property Valid Indicates if the layer is currently valid.
Read/write property Visible Indicates if the layer is currently visible.

Inherited Interfaces

Interfaces Description
ILayer Provides access to members that work with all layers.

Classes that implement ILasDatasetLayer

Classes Description
LasDatasetLayer The Terrain Layer class.