User Manual - Page 3989

For AUTOCAD 2011.

Loading ...
Loading ...
Loading ...
listed, the Rcp function should use either ByBlock or ByLayer (or whatever
the appropriate setting is) as the default. Here are four examples:
<AcadEntityProps>
<Layer ref="layerKey">FINE</Layer>
<Linetype>HIDDEN</Linetype>
</AcadEntityProps>
<AcadEntityProps>
<Layer>Jimbo</Layer>
<ColorIndex>1</ColorIndex>
<Linetype>DASHED</Linetype>
<LinetypeScale>3.0</LinetypeScale>
<Lineweight>53</Lineweight>
</AcadEntityProps>
<AcadEntityProps>
<Layer>Jimbo</Layer>
<Color>
<Red>73</Red>
<Green>179</Green>
<Blue>157</Blue>
</Color>
<Linetype>DASHED</Linetype>
</AcadEntityProps>
The following Elements can be specified within <AcadEntityProps>:
â–  <Layer> [Optional]
â–  <ColorIndex> [Optional]
â–  <Color> [Optional]
â–  <Linetype> [Optional]
â–  <LinetypeScale> [Optional]
â–  <Lineweight> [Optional]
NOTE Either <Color> or <ColorIndex> can appear, but not both. If <Color> is
used, it should have <Red>, <Green>, and <Blue> sub-elements, as in the example
above.
<AcadBlockProps>
Recipe Specifications | 3933
Loading ...
Loading ...
Loading ...