If true, CustomValue is used as multiple values indication, otherwise a hardcoded standard value.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022
Syntax
| C# |
|---|
public bool Custom { get; set; } |
| Visual Basic |
|---|
Public Property Custom As Boolean Get Set |
| Visual C++ |
|---|
public: property bool Custom { bool get (); void set (bool value); } |