![](dotnetdiagramimages/image425.png)
public class CIMPointCloudSplatAlgorithm : CIMPointCloudAlgorithm, System.ComponentModel.INotifyPropertyChanged, System.Xml.Serialization.IXmlSerializable
Public Class CIMPointCloudSplatAlgorithm Inherits CIMPointCloudAlgorithm Implements System.ComponentModel.INotifyPropertyChanged, System.Xml.Serialization.IXmlSerializable
//Must be called on the MCT //var pcsl = ...; var def = pcsl.GetDefinition() as CIMPointCloudLayer; //Set the point shape and sizing on the renderer def.Renderer.PointShape = PointCloudShapeType.DiskFlat;//default var scaleSize = new CIMPointCloudSplatAlgorithm() { MinSize = 8, ScaleFactor = 1.0 //100% }; def.Renderer.PointSizeAlgorithm = scaleSize; //Commit changes back to the CIM pcsl.SetDefinition(def);
System.Object
ArcGIS.Core.CIM.CIMObject
ArcGIS.Core.CIM.CIMPointCloudAlgorithm
ArcGIS.Core.CIM.CIMPointCloudSplatAlgorithm
Target Platforms: Windows 11, Windows 10, Windows 8.1