Method HasDriverSubFolderOwner
HasDriverSubFolderOwner(ElementId, string)
Determines whether the driver is inside the sub-folder inside the driver folder of the family document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 0, 0)]
bool HasDriverSubFolderOwner(ElementId inElementId, string inDriverName)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the inclusion operation. |
| string | inDriverName | Instance driver names. |
Returns
| Type | Description |
|---|---|
| bool | The driver is inside a sub-folder. |
Remarks
This method is available since v7.17.