Method GetVisibilityChangeTask
GetVisibilityChangeTask(ElementId, out bool, out List<ElementId>)
Gets a visibility change task.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void GetVisibilityChangeTask(ElementId inElementId, out bool outIsHiding, out List<ElementId> outRigidGroupIds)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the task to analyze. |
| bool | outIsHiding | Whether the task is hiding, or otherwise showing. |
| List<ElementId> | outRigidGroupIds | Identifiers of rigid groups that are changing. |
Remarks
This method is available since v7.6.