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


ILasPointInfo.AttributeValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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