ZoneDefinition Class

Definition

Namespace: PCBI_API_Extensions.Zones
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
[SerializableAttribute]
public class ZoneDefinition : INoteBase
Inheritance
Object    INoteBase    ZoneDefinition
Derived

Constructors

ZoneDefinitionInitializes a new instance of the ZoneDefinition class

Properties

AreaColor 
Bounds 
CanMoveAnchor Move the anchor point possible?
(Inherited from INoteBase)
CanMoveLabel Move the label location possible?
(Inherited from INoteBase)
ClientOffset The offset of this INote.
(Inherited from INoteBase)
Description 
ID 
IsPostPaintingNote Variable decides whether the note is drawn before or after the CAD data is drawn.
(Inherited from INoteBase)
ODBStringAreaDefinition 
ParentLayer Shown on which layer?
(Inherited from INoteBase)
StepName 
Surface 
Thickness 
TouchingComponents 
Visible Set this note visible of hidden.
(Inherited from INoteBase)
WorldLocation First location of this note in world coordinates
(Inherited from INoteBase)
WorldLocations Locations of this note in world coordinates.
(Inherited from INoteBase)

Methods

Fields

OriginalAnchorPointBeforeMove When a Anchor point is moved, this is the previous location before the move
(Inherited from INoteBase)

See Also