RevitLinkGraphicsSettings.ViewFilterType Property

RevitLinkGraphicsSettingsViewFilterType Property

The view filter type of RevitLinkGraphicsSettings. If the LinkVisibilityType is set to ByHostView, then the view filter type should be set to ByHostView. If the LinkVisibilityType is set to ByLinkView, then the view filter type should be set to ByLinkView. If the LinkVisibilityType is set to Custom, then the view filter type can be set to any value from LinkVisibility enum. The LinkedViewId parameter must have a value assigned if this property is set to ByLinkView. The Custom value corresponds to None option in the UI.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public LinkVisibility ViewFilterType { get; set; }
Public Property ViewFilterType As LinkVisibility
	Get
	Set
public:
property LinkVisibility ViewFilterType {
	LinkVisibility get ();
	void set (LinkVisibility value);
}
member ViewFilterType : LinkVisibility with get, set

Property Value

LinkVisibility
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
See Also