ValueAtPointFlags Enumeration |
Enumerated type containing flags related to the display on particular points.
Enumerated type that stores bit values of flags that can be set at any domain point.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum ValueAtPointFlags
Public Enumeration ValueAtPointFlags
public enum class ValueAtPointFlags
MembersMember name | Value | Description |
---|
None | 0 |
No flags set
|
DisplayText | 1 |
Show text marker for the point if allowed by display style (applies only to certain display styles)
|
DisplayFence | 2 |
Show fence for the point if allowed by display style (applies only to diagram display style)
|
See Also