PointCloudPointStyleSizeInPixels Property |
Gets or sets the size in pixels.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int SizeInPixels { get; set; }
Public Property SizeInPixels As Integer
Get
Set
public:
property int SizeInPixels {
int get ();
void set (int value);
}
Property Value
Int32
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the input value is out of interval (0, 2147483647].
|
See Also