Method SetInclusionCodeAndDrivers
SetInclusionCodeAndDrivers(ElementId, string, List<string>, List<SmartObject>)
Sets the code and drivers of a family inclusion operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
void SetInclusionCodeAndDrivers(ElementId inElementId, string inCode, List<string> inDriverNames, List<SmartObject> inDriverValues)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the inclusion operation to modify. |
| string | inCode | Instance code, or null if none. |
| List<string> | inDriverNames | Instance driver names, or null if none. |
| List<SmartObject> | inDriverValues | Instance driver values, or null if none. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.10.