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