Namespace: GameEngine.Layers.PointCloud
Class: GameEngine/Layers/PointCloud/ArcGISPointCloudAttribute
Since: 2.4.0
Summary
An attribute that describes points in the cloud.
Properties
| Property | Type | Nullable | Readonly | Summary |
|---|---|---|---|---|
Name | string | No | Yes | The name of the attribute. |
ValuesPerElement | uint | No | Yes | The number of values per element in the attribute. |
ValueType | ArcGISPointCloudAttributeValueType | No | Yes | The data type of the attribute. |
Name
string Name
The name of the attribute.
Use the name to identify an attribute for use in a renderer or filter.
ValuesPerElement
uint ValuesPerElement
The number of values per element in the attribute.
For example, RGB color attributes typically have three values per element.