ISymbol

class ISymbol

Bases: IBlock

Description:

Represents a symbol.

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

property can_explode

Gets can_explode.

Description:

Determines if the symbol can be exploded when plotted

Remarks:

Introduced in Impact 8.0.0.55

Returns:

The value of can_explode.

Return type:

can_explode (bool)

property can_optimise

Gets can_optimise.

Description:

Determines if the symbol can be optimised when plotted

Remarks:

Introduced in Impact 8.0.0.55

Returns:

The value of can_optimise.

Return type:

can_optimise (bool)

property database_item

Gets database_item.

Description:

Gets the IDatabaseItem in the database this symbol is associated with.

Returns:

The value of database_item.

Return type:

database_item (IDatabaseItem)

property version

Gets Version.

Description:

Gets the version number of the symbol.

Returns:

The value of Version.

Return type:

version (int)