Identifies whether a particular family instance can be split at a point on it's defining curve (by
Split(Double)).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CanSplit { get; }Property Value
BooleanTrue if the family instance can be split, otherwise false.
See Also
Reference