Share

PointCloudPointStyle.SizeInPixels Property

Gets or sets the size in pixels.



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

Syntax

C#

public int SizeInPixels { get; set; }

VB

Public Property SizeInPixels As Integer
	Get
	Set

C++

public:
property int SizeInPixels {
	int get ();
	void set (int value);
}

Property Value

Int32

Exceptions

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

See Also

Reference

Was this information helpful?