FamilyElementVisibility.VisibilityType Property

FamilyElementVisibilityVisibilityType Property

Indicates if the instance is Model or View specific.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public FamilyElementVisibilityType VisibilityType { get; }
Public ReadOnly Property VisibilityType As FamilyElementVisibilityType
	Get
public:
property FamilyElementVisibilityType VisibilityType {
	FamilyElementVisibilityType get ();
}
member VisibilityType : FamilyElementVisibilityType with get

Property Value

FamilyElementVisibilityType
See Also