ArcObjects Library Reference (GeoDatabaseExtensions)  

IEnumLasPoint.Attribute Property

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

Product Availability

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

Description

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.

See Also

IEnumLasPoint Interface