Table of Contents

Method SetXrefLayerProperties

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

SetXrefLayerProperties(string, bool, bool, bool, vdLineType, vdColor, VdConstLineWeight)

Change the properties of an External Reference Layer.

public void SetXrefLayerProperties(string XrefBlockAndlayerName, bool isfrozen, bool isOn, bool islock, vdLineType linetype, vdColor pencolor, VdConstLineWeight lineweight)

Parameters

XrefBlockAndlayerName string

Formating Layer name:External Reference Block Name + "|" + Layer name of the Same External Reference document.

isfrozen bool

New Frozen property for the Layer.

isOn bool

New On property for the Layer.

islock bool

New Lock property for the Layer.

linetype vdLineType

New Linetype property for the Layer.

pencolor vdColor

New PenColor property for the Layer.

lineweight VdConstLineWeight

New LineWeight property for the Layer.