SizeInPixels Property

Gets or sets the size in pixels.

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

Syntax

C#

public int SizeInPixels { get; set; }

Visual Basic

Public Property SizeInPixels As Integer
	Get
	Set

Visual C++

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

Exceptions

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

See Also