Information of a layer belonging to a drawing (extended version of LayerInfo, which also defines the layer side (front/rear).
in JavaScript, use EVPDDLib::IAutoLayer interface instead.
The type of the EVPDDLib::IAutoLayers::Item2 property
More...
Public Attributes | |
| int | mId |
| unique (in the context of the drawing) Id of the layer. | |
| BSTR | mName |
| name of the layer. usually unique. | |
| BSTR | mAppName |
| name of the element of the catalog that describes the layer visualization. | |
| LayerTypeProxy | mLayerType |
| type of the layer. | |
| AppearanceType | mSideType |
| type of the appearance of the layer. related to mLayerType. | |
| DOUBLE | mDblPropVal |
| the per-layer customizable property (opacity or thickness or stamp press or height). | |
| VARIANT_BOOL | mbIsFront |
| Is this layer on the front or on the rear side | |
Information of a layer belonging to a drawing (extended version of LayerInfo, which also defines the layer side (front/rear).
in JavaScript, use EVPDDLib::IAutoLayer interface instead.
The type of the EVPDDLib::IAutoLayers::Item2 property
| int LayerInfo2::mId |
unique (in the context of the drawing) Id of the layer.
| BSTR LayerInfo2::mName |
name of the layer. usually unique.
| BSTR LayerInfo2::mAppName |
name of the element of the catalog that describes the layer visualization.
| LayerTypeProxy LayerInfo2::mLayerType |
type of the layer.
| AppearanceType LayerInfo2::mSideType |
type of the appearance of the layer. related to mLayerType.
| DOUBLE LayerInfo2::mDblPropVal |
the per-layer customizable property (opacity or thickness or stamp press or height).
| VARIANT_BOOL LayerInfo2::mbIsFront |
Is this layer on the front or on the rear side