Share

AcDbDynBlockReferenceProperty::=

C++

AcDbDynBlockReferenceProperty& operator =(
    const AcDbDynBlockReferenceProperty& other
);

Description

Assignment operator.

The assignment causes the dynamic property object to reference the same property that it is being assigned to; that is, a named property on a dynamic block instance. The actual property value is not changed.

Parameters

Parameters Description
other Input dynamic block property to which to assign this property

Links

AcDbDynBlockReferenceProperty

Was this information helpful?