Gets or sets the color scheme for the point cloud points.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public PointCouldColorSchemeType PointsColorScheme { get; set; } |
Visual Basic |
---|
Public Property PointsColorScheme As PointCouldColorSchemeType Get Set |
Visual C++ |
---|
public: property PointCouldColorSchemeType PointsColorScheme { PointCouldColorSchemeType get (); void set (PointCouldColorSchemeType value); } |
Remarks
- When PointsColorScheme is applied to GrayscaleIntensity, Property including IntensityRangeMinimum, IntensityRangeMaximum should be set.
- When PointsColorScheme is applied to ScaledColorIntensity, Property including ScaledColorIntensityScheme, IntensityRangeMinimum, IntensityRangeMaximum should be set.
- When PointsColorScheme is applied to ElevationRanges, Property including ElevationRangesCreateMethod, RangesColorScheme, NumberOfElevationRanges should be set.
- When PointsColorScheme is applied to Classification, PointCloudClassificationInfo should be set.