

Public Class CIMPointCloudFixedSizeAlgorithm Inherits CIMPointCloudAlgorithm Implements System.ComponentModel.INotifyPropertyChanged, System.Xml.Serialization.IXmlSerializable
public class CIMPointCloudFixedSizeAlgorithm : CIMPointCloudAlgorithm, System.ComponentModel.INotifyPropertyChanged, System.Xml.Serialization.IXmlSerializable
{
// Note: call within QueuedTask.Run()
{
var def = pointCloudSceneLayer.GetDefinition() as CIMPointCloudLayer;
//Set the point shape and sizing on the renderer
def.Renderer.PointShape = PointCloudShapeType.DiskShaded;
var pointSize = new CIMPointCloudFixedSizeAlgorithm()
{
UseRealWorldSymbolSizes = false,
Size = 8
};
def.Renderer.PointSizeAlgorithm = pointSize;
//Commit changes back to the CIM
pointCloudSceneLayer.SetDefinition(def);
}
}
System.Object
ArcGIS.Core.CIM.CIMObject
ArcGIS.Core.CIM.CIMPointCloudAlgorithm
ArcGIS.Core.CIM.CIMPointCloudFixedSizeAlgorithm
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)