Method SetVisibilityChangeTask
SetVisibilityChangeTask(ElementId, bool, List<ElementId>)
Sets a visibility change task.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void SetVisibilityChangeTask(ElementId inElementId, bool inIsHiding, List<ElementId> inRigidGroupIds)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the task to modify. |
| bool | inIsHiding | Whether the task is hiding, or otherwise showing. |
| List<ElementId> | inRigidGroupIds | Identifiers of rigid groups that are changing. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.6.