Gets or sets the ucsicon system variable.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public int UCSIcon { get; set; } |
Visual Basic (Declaration) |
---|
Public Property UCSIcon As Integer |
Visual C++ |
---|
public: property int UCSIcon { int get (); void set (int value); } |
Field Value
The system variable ucsicon (0: no icon 1: icon on 2: icon floats to the UCS origin if possible 3: (1) and (2).Remarks
Default is 1 (ucsicon on).
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentOutOfRangeException | ucsicon system variable must be 0, 1, 2 or 3. |