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 = 1Entity 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 = 0Entity 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 = 2Entity 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 = 4Entity 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 | BlockLineWeightThe default value which is a combination of BlockLayer and BlockLineType and BlockLineWeight