LinkSize or (GroupLinkSize)
The LinkSize property specifies whether or not the reference object will use the base object's Height and Width properties. All reference objects, except objects that are part of a grouped reference object, have a LinkSize property.
If this property is set to True, the reference object's Height and Width properties will be read-only, and will use the values assigned to the base object. This is the property's initial default value.
If the property is set to False, the reference object's Height and Width properties can be edited.
This property applies to both grouped and ungrouped reference objects. If the base object is grouped, the GroupHeight and GroupWidth properties apply.
TIP:
If the LinkSize property is set from False to True, values assigned on the reference object are lost. The only way to restore these settings will be to use the Undo option.
Provide Feedback