This document is archived and information here might be outdated. Recommended version. |
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 [in]
pType is a parameter of type esriLasAttributeType pType [out, retval]
pType is a parameter of type esriLasAttributeType*
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)