AnalyticalMember.CanSplit Method

AnalyticalMemberCanSplit Method

Identifies whether a particular analytical member can be split at a point on it's defining curve (by Split(Double) ).

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CanSplit()
Public Function CanSplit As Boolean
public:
bool CanSplit()
member CanSplit : unit -> bool 

Return Value

Boolean
True if the analytical member can be split, otherwise false.
See Also