An enumerated type representing ends of a datum plane.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxPublic Enumeration DatumEnds
public enum class DatumEnds
MembersMember name | Value | Description |
---|
End0 | 0 |
The start point of the datum plane in the view.
|
End1 | 1 |
The end point of the datum plane in the view.
|
See Also