Gets or sets the mode points are displied (0: pixel, 1: none, 2: vert. cross, 3: x, 4: |, 32-36: circled, 64-68: boxed).

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public int PointDisplayMode { get; set; }
Visual Basic (Declaration)
Public Property PointDisplayMode As Integer
Visual C++
public:
property int PointDisplayMode {
	int get ();
	void set (int value);
}

Field Value

The point display mode (0: pixel, 1: none, 2: vert. cross, 3: x, 4: |, 32-36: circled, 64-68: boxed).

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionThe point display mode must be 0, 1, 2, 3, 4, 32, 33, 34, 35, 36, 64, 65, 66, 67 or 68.

See Also