Table of Contents

Enum vdDocument.BlockStdLayerOperFlag

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

Controls the display of the PenColor , LineType ,LineWeight of entities inside block belongs in Layer 0.

public enum vdDocument.BlockStdLayerOperFlag

Fields

BlockColor = 1

Entity inside a block that belongs on Layer 0 and with PenColor set Bylayer , will finally get the PenColor of the block instance and not the PenColor of the block's layer.

BlockLayer = 0

Entity inside a block that belongs on Layer 0 and with PenColor , LineType ,LineWeight set Bylayer , will finally get the PenColor , LineType ,LineWeight of the layer of the block instance that belongs.

BlockLineType = 2

Entity inside a block that belongs on Layer 0 and with LineType set Bylayer , will finally get the LineType of the block instance and not the LineType of the block's layer.

BlockLineWeight = 4

Entity inside a block that belongs on Layer 0 and with LineWeight set Bylayer , will finally get the LineWeight of the block instance and not the LineWeight of the block's layer.

Default = BlockLineType | BlockLineWeight

The default value which is a combination of BlockLayer and BlockLineType and BlockLineWeight