Interface AttributeChange

Change of an attribute relating to a building block type

interface AttributeChange {
    getAttributeID(): number;
    getAttributePersistentName(): string;
    getChangeType(): ModelChangeType;
}

Methods

  • Returns number

  • Returns string