IDatabaseLayerRevisions

class IDatabaseLayerRevisions

Bases: ImpactCOMWrapperBase, Iterable

Summary:

A collection of IDatabaseLayerRevision objects.

Remarks:

Introduced in Impact 6.4.0.7 and 7.0.0.49.

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

property count

Gets Count.

Summary:

The number of items in this collection.

Returns:

The value of Count.

Return type:

count (int)

property geometry_revision_count

Gets geometry_revision_count.

Summary:

The number of items in this collection which include geometry (as indicated by the has_geometry property)

Returns:

The value of geometry_revision_count.

Return type:

geometry_revision_count (int)

isNone()

Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.

item(index)
Summary:

Gets an IDatabaseLayerRevision object with the specified index.

Parameters:

index (any) – Specifies the index of the object to get.

refresh()
Summary:

Refresh the collection from the database.

Examples