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.

See Also

IEnumLasPoint Interface