RevitLinkGraphicsSettings.SetPhase
Description:
Sets phase id and phase type of RevitLinkGraphicsSettings.
Sets phase id and phase type of RevitLinkGraphicsSettings.
public void SetPhase(
LinkVisibility phaseType,
ElementId phaseId
)
-
phaseTypeThe type of the phase.
-
phaseIdThe id of the phase from the linked document or InvalidElementId. If phaseType is set to ByHostView or ByLinkView the phaseId must be set to InvalidElementId. If phaseType is set to Custom and phaseId is InvalidElementId the phase will reference to the last phase from the linked document.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration