Click or drag to resize

InstanceDefinitionTable Properties

The InstanceDefinitionTable type exposes the following members.

Properties
  NameDescription
Public propertyActiveCount
Number of items in the instance definitions table, excluding deleted definitions.
Public propertyComponentType (Overrides CommonComponentTableTComponentType.)
Public propertyCount
Number of items in the instance definitions table.
(Overrides CommonComponentTableTCount.)
Public propertyDocument
Document that owns this table.
Public propertyItem
Conceptually, the InstanceDefinition table is an array of Instance definitions. The operator[] can be used to get individual instance definition. An instance definition is either active or deleted and this state is reported by IsDeleted or will be null if it has been purged from the document.
Top
See Also