PointCloudPointStyleSizeInPixels Property

Gets or sets the size in pixels.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public int SizeInPixels { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentException Thrown when the input value is out of interval (0, 2147483647].
See Also