IMasterLayerInsert

class IMasterLayerInsert

Bases: IInsertEntity

Description:

Represents a master layer insert entity.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property inserted_block

Gets inserted_block.

Description:

Represents the IBlock object which represents the layer within the active layer.

Remarks:

It is usually more useful to use the inserted_object property, rather than this one. Introduced in Impact 8.0.0.51

Returns:

The value of inserted_block.

Return type:

inserted_block (IBlock)

property inserted_object

Gets inserted_object.

Description:

Please do not use.

Remarks:

This property is deprecated, and returns a ‘Not implemented’ exception.

Returns:

The value of inserted_object.

Return type:

inserted_object (ILayer)