This document is archived and information here might be outdated. Recommended version. |
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*