This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IE > IEnumLasPoint Interface > IEnumLasPoint.Attribute Property (ArcObjects .NET 10.4 SDK) |
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 [out, retval]
pAttribute is a parameter of type esriLasAttributeType pAttribute [in]
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.