DatumExtentType Enumeration |
Represents the type of datum extent that is displayed in a particular view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum DatumExtentType
Public Enumeration DatumExtentType
public enum class DatumExtentType
MembersMember name | Value | Description |
---|
Model | 0 |
The extent represents the actual 3D extent of the datum plane.
|
ViewSpecific | 1 |
The extent displayed is specific to the view and does not represent the actual 3D extent of the datum plane.
|
See Also