Share

PointCloudPointStyle.PointsColorScheme Property

Gets or sets the color scheme for the point cloud points.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PointCouldColorSchemeType PointsColorScheme { get; set; }

VB

Public Property PointsColorScheme As PointCouldColorSchemeType
	Get
	Set

C++

public:
property PointCouldColorSchemeType PointsColorScheme {
	PointCouldColorSchemeType get ();
	void set (PointCouldColorSchemeType value);
}

Property Value

PointCouldColorSchemeType

Remarks

  1. When PointsColorScheme is applied to GrayscaleIntensity, Property including IntensityRangeMinimum, IntensityRangeMaximum should be set.
  2. When PointsColorScheme is applied to ScaledColorIntensity, Property including ScaledColorIntensityScheme, IntensityRangeMinimum, IntensityRangeMaximum should be set.
  3. When PointsColorScheme is applied to ElevationRanges, Property including ElevationRangesCreateMethod, RangesColorScheme, NumberOfElevationRanges should be set.
  4. When PointsColorScheme is applied to Classification, PointCloudClassificationInfo should be set.

See Also

Reference

Was this information helpful?