- 积分
- 15341
- 明经币
- 个
- 注册时间
- 2002-2-4
- 在线时间
- 小时
- 威望
-
- 金钱
- 个
- 贡献
-
- 激情
-
|
发表于 2002-10-18 08:01:00
|
显示全部楼层
ActiveX 與 vba 參考手冊中性質--layers & layer
Gets the Layers collection for the document.
Signature
object.Layers
object Document
The object or objects this property applies to.
Layers Layers collection; read-only
The Layers collection for the document.
-----------------------------------------------------------
Specifies the layer for an entity.
Signature
object.Layer
object All Drawing objects, AttributeRef, Group
The object or objects this property applies to.
Layer String; read-write (write-only for the Group object)
The name of the layer.
Remarks
All entities have an associated layer. The document always contains at least one layer (layer 0). As with linetypes, you can specify a layer for an entity. If you don specify a layer, the current active layer is used for a new entity. If a layer is specified for an entity, the current active layer is ignored. Use the ActiveLayer property to set or query the current active layer.
Each layer has associated properties that can be set and queried through the Layer object. |
|