Gets or sets whether to update all existing block attribute references in the document with changes.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutoUpdateAttributeReferences As System.Boolean |
C# | |
---|
System.bool AutoUpdateAttributeReferences {get; set;} |
JavaScript | |
---|
get_AutoUpdateAttributeReferences () : Boolean
put_AutoUpdateAttributeReferences (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_AutoUpdateAttributeReferences(
VARIANT_BOOL* Val
)
HRESULT put_AutoUpdateAttributeReferences(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_AutoUpdateAttributeReferences (
bool* Val
)
DSRESULT put_AutoUpdateAttributeReferences(
bool NewVal
) |
Property Value
True to update all existing block attribute references in the document with changes, false to not
Remarks
See Also
Availability
DraftSight 2023 SP0