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

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
 

Detailed Description

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

Member Data Documentation

◆ mId

int LayerInfo2::mId

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

◆ mName

BSTR LayerInfo2::mName

name of the layer. usually unique.

◆ mAppName

BSTR LayerInfo2::mAppName

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

◆ mLayerType

LayerTypeProxy LayerInfo2::mLayerType

type of the layer.

◆ mSideType

AppearanceType LayerInfo2::mSideType

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

◆ mDblPropVal

DOUBLE LayerInfo2::mDblPropVal

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

◆ mbIsFront

VARIANT_BOOL LayerInfo2::mbIsFront

Is this layer on the front or on the rear side


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