This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.AttributeValue Property (ArcObjects .NET 10.4 SDK) |
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