Method SetFamilyValue
SetFamilyValue(ElementId, DocumentId)
Sets the value of a family parameter.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void SetFamilyValue(ElementId inElementId, DocumentId inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter to modify. |
| DocumentId | inValue | New value, as a family definition document identifier. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.6.