Revit 2022 API |
MultipleValuesIndicationSettings..::..Custom Property |
MultipleValuesIndicationSettings Class See Also |
If true, CustomValue is used as multiple values indication, otherwise a hardcoded standard value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.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); } |