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


ILasPointInfo.AttributeValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.AttributeValue Property
ArcGIS Developer Help

ILasPointInfo.AttributeValue Property

The LAS attribute.

[Visual Basic .NET]
Public Function get_AttributeValue ( _
    ByVal Attribute As esriLasAttributeType _
) As Object
[C#]
public object get_AttributeValue (
    esriLasAttributeType Attribute
);
[C++]
HRESULT get_AttributeValue(
  esriLasAttributeType Attribute,
  Variant* pValue
);
[C++]
Parameters
Attribute [in]

Attribute is a parameter of type esriLasAttributeType pValue [out, retval]
pValue is a parameter of type VARIANT*

Product Availability

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

See Also

ILasPointInfo Interface