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). | |
Information of a layer belonging to a drawing. in JavaScript, use EVPDDLib::IAutoLayer interface instead.
LayerInfo2 is an extended version of this structure, providing information about the side of the layer.
The type of the EVPDDLib::IAutoLayers::Item property
int LayerInfo::mId |
unique (in the context of the drawing) Id of the layer.
BSTR LayerInfo::mName |
name of the layer. usually unique.
BSTR LayerInfo::mAppName |
name of the element of the catalog that describes the layer visualization.
LayerTypeProxy LayerInfo::mLayerType |
type of the layer.
AppearanceType LayerInfo::mSideType |
type of the appearance of the layer. related to mLayerType.
DOUBLE LayerInfo::mDblPropVal |
the per-layer customizable property (opacity or thickness or stamp press or height).