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
XrefBlockAndlayerNamestringFormating Layer name:External Reference Block Name + "|" + Layer name of the Same External Reference document.
isfrozenboolNew Frozen property for the Layer.
isOnboolNew On property for the Layer.
islockboolNew Lock property for the Layer.
linetypevdLineTypeNew Linetype property for the Layer.
pencolorvdColorNew PenColor property for the Layer.
lineweightVdConstLineWeightNew LineWeight property for the Layer.