Namespace: Esri::GameEngine::Layers::PointCloud
Class: Esri/GameEngine/Layers/PointCloud/ArcGISPointCloudFixedSizeAlgorithm
Since: 2.4.0
Inheritance: ArcGISPointCloudSizeAlgorithm->ArcGISPointCloudFixedSizeAlgorithm

Summary

An algorithm to render points with fixed meters or screen space sizing.

Constructors

ArcGISPointCloudFixedSizeAlgorithm(double size, ArcGISSymbolSizeUnits sizeUnits)

Creates a point cloud fixed size algorithm with the specified size and size units.

Since 2.4.0

Arguments
NameTypeConstSummary
sizedoubleNo

Symbol size in real-world units or display units.

sizeUnitsArcGISSymbolSizeUnitsNo

Whether size is in meters or screen-space units.

Properties

PropertyTypeNullableReadonlySummary
SizedoubleNoNo

Symbol size in meters or screen-space units.

SizeUnitsArcGISSymbolSizeUnitsNoNo

Whether size is in meters or screen-space units.

Size

double GetSize() const

void SetSize(double size)

Symbol size in meters or screen-space units.

SizeUnits

ArcGISSymbolSizeUnits GetSizeUnits() const

void SetSizeUnits(const ArcGISSymbolSizeUnits& sizeUnits)

Whether size is in meters or screen-space units.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.