This document is archived and information here might be outdated. Recommended version. |
The LAS attribute.
[Visual Basic .NET] Public Property Attribute As esriLasAttributeType
[C#] public esriLasAttributeType Attribute {get; set;}
[C++]
HRESULT get_Attribute(
esriLasAttributeType pAttribute
);
[C++]
HRESULT put_Attribute(
esriLasAttributeType* pAttribute
);
[C++] Parameters pAttribute [in]
pAttribute is a parameter of type esriLasAttributeType pAttribute [out, retval]
pAttribute is a parameter of type esriLasAttributeType*
Attribute is relevant when working with methods NextAttrDbl and NextAttrLong. Set this property before invoking those methods. If this property is not set, it defaults to esriLasAttributeType.esriLasClassCode.
All values except esriLasAttributeType.esriLasColorRGB is a valid input while setting this property.