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


IEnumLasPoint.Attribute Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IE > IEnumLasPoint Interface > IEnumLasPoint.Attribute Property
ArcGIS Developer Help

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 [in]

pAttribute is a parameter of type esriLasAttributeType pAttribute [out, retval]
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