FamilyElementVisibilityType Enumeration |
Indicates the Visibility type of generic forms.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum FamilyElementVisibilityType
Public Enumeration FamilyElementVisibilityType
public enum class FamilyElementVisibilityType
type FamilyElementVisibilityType
Members| Member name | Value | Description |
|---|
| Model | 0 | The element will be displayed in 3D views and model other model views. |
| ViewSpecific | 1 | The element will be displayed only in the view where it is created. This
applies to items like detail components, annotations, and view-specific imports. |
RemarksUse this enum to indicate the visibility type
of new forms.
See Also