FamilyElementVisibility.VisibilityType Property

FamilyElementVisibilityVisibilityType Property

Indicates if the instance is Model or View specific.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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