Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

8179884d a73c a6db 0803 e96602690961

haplokuon edited this page May 6, 2023 · 1 revision

CeColor Property

netDxf 3.0.0 Library

Current entity color.

Definition

Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public AciColor CeColor { get; set; }

VB

Public Property CeColor As AciColor
	Get
	Set

C++

public:
property AciColor^ CeColor {
	AciColor^ get ();
	void set (AciColor^ value);
}

F#

member CeColor : AciColor with get, set

Property Value

AciColor

Remarks

Default value: 256 (ByLayer). This header variable only supports indexed colors.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally