EngView Automation Documentation
 
Loading...
Searching...
No Matches
LayerInfo Struct Reference

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).
 

Detailed Description

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

Member Data Documentation

◆ mId

int LayerInfo::mId

unique (in the context of the drawing) Id of the layer.

◆ mName

BSTR LayerInfo::mName

name of the layer. usually unique.

◆ mAppName

BSTR LayerInfo::mAppName

name of the element of the catalog that describes the layer visualization.

◆ mLayerType

LayerTypeProxy LayerInfo::mLayerType

type of the layer.

◆ mSideType

AppearanceType LayerInfo::mSideType

type of the appearance of the layer. related to mLayerType.

◆ mDblPropVal

DOUBLE LayerInfo::mDblPropVal

the per-layer customizable property (opacity or thickness or stamp press or height).


The documentation for this struct was generated from the following file: