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


ILasAttributeRenderer.Attribute Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILasAttributeRenderer.Attribute Property

The LAS attribute to be used to define drawing symbol.

[Visual Basic .NET]
Public Property Attribute As esriLasAttributeType
[C#]
public esriLasAttributeType Attribute {get; set;}
[C++]
HRESULT get_Attribute(
  esriLasAttributeType* pType
);
[C++]
HRESULT put_Attribute(
  esriLasAttributeType pType
);
[C++]

Parameters pType [out, retval]
pType is a parameter of type esriLasAttributeType pType [in]
pType is a parameter of type esriLasAttributeType

Product Availability

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

Description

The values of this attribute of the point records will be used to render the layer. Valid values are esriLasClassCode, esriLasReturnNumber, esriLasNumberOfReturns, esriLasScanDirectionFlag, esriLasEdgeOfFlightLine, esriLasScanAngleRank, esriLasUserData, esriLasPointSourceID. (Two additional attributes are supported in Scene: esriLasIntensity and esriLasColorRGB)

See Also

ILasAttributeRenderer Interface