ArcObjects Library Reference (Carto)  

ILasAttributeRenderer.Attribute Property

The LAS attribute to be used to define drawing symbol.

[Visual Basic .NET]
Public Property Attribute As esriLasAttributeType
[C#]
public esriLasAttributeType Attribute {get; set;}
[C++]
HRESULT get_Attribute(
  esriLasAttributeType* pType
);
[C++]
HRESULT put_Attribute(
  esriLasAttributeType pType
);
[C++]

Parameters

pType [out, retval]

  pType is a parameter of type esriLasAttributeType

pType [in]

  pType is a parameter of type esriLasAttributeType

Product Availability

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

See Also

ILasAttributeRenderer Interface