ViewSectionIsSplitSection Method |
Sections can be split (jog) so that they cut at >1 plane.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsSplitSection()
Public Function IsSplitSection As Boolean
public:
bool IsSplitSection()
member IsSplitSection : unit -> bool
Return Value
Boolean
True if the section is split.
See Also