Method GetInclusionCodeAndDrivers
GetInclusionCodeAndDrivers(ElementId, out string, out List<string>, out List<SmartObject>)
Gets the code and drivers of a family inclusion operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
void GetInclusionCodeAndDrivers(ElementId inElementId, out string outCode, out List<string> outDriverNames, out List<SmartObject> outDriverValues)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the inclusion operation to analyze. |
| string | outCode | Instance code, or null if none. |
| List<string> | outDriverNames | Instance driver names, or null if none. |
| List<SmartObject> | outDriverValues | Instance driver values, or null if none. |
Remarks
This method is available since v7.10.