Gets or sets the size in pixels.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Exception | Condition |
---|---|
System..::..ArgumentException | Thrown when the input value is out of interval (0, 2147483647]. |