PointCloudPointStyle Class

The PointCloudPointStyle class is used to specify the size, number, and color of the point cloud points.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServices.StylesPointCloudPointStyle

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class PointCloudPointStyle

The PointCloudPointStyle type exposes the following members.

Properties
 NameDescription
Public propertyDisplay3dType Gets or sets the PointDisplay3dType enum value that specifies how the display elevation of the Points when viewing in 3D.
Public propertyElevatinoRangeCreationType Gets or sets the method to create the number of elevation ranges.
Public propertyElevationRangeInterval Gets or sets the elevation range interval.
Public propertyIntensityRangeMaximum Gets or Sets the highest values of the color saturation range.
Public propertyIntensityRangeMinimum Gets or sets the lowest values of the color saturation range.
Public propertyNumberOfElevationRanges Gets or sets the default number of elevation ranges that are created for a new point cloud that references this style.
Public propertyPointElevation Gets or sets the point's elevation if the points are to be flattened to an elevation.
Public propertyPointsColorScheme Gets or sets the color scheme for the point cloud points.
Public propertyRangesColorScheme Gets or sets the default color scheme for elevation ranges.
Public propertyScaledColorIntensityScheme Gets or sets the scaled color scheme options.
Public propertyScaleFactor Gets or sets the scale factor for point elevations for when viewing in 3D.
Public propertySingleColor Gets or sets the color to used when the PointsColorScheme property is set to Single Color.
Public propertySizeInPixels Gets or sets the size in pixels.
Top
See Also