CellContentSetBlockAttributeValue Method

Sets the attribute value for the specified attribute definition.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void SetBlockAttributeValue(
        ObjectId attDefId,
        string value
)

Parameters

attDefId  ObjectId
[in] Object identifier of an attribute definition.
value  String
[in] Value to set.
Remarks
This method throws the eInvalidInput exception if the content cell type is not CellContentTypes.Block.
See Also

©  Bricsys NV. All rights reserved.