Share

ExternalDefinitionCreationOptions.Visible Property

True if the parameter is visible to the user, false if it is hidden and accessible only via the API. The default is true.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool Visible { get; set; }

Property Value

Boolean

See Also

Reference

Was this information helpful?