Revit 2025 API
Rebar |
Whether a perpendicular segment is constructed
from the end of the 2D shape.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsEndConnectorPresent { get; }
Public ReadOnly Property IsEndConnectorPresent As Boolean Get
public: property bool IsEndConnectorPresent { bool get (); }
member IsEndConnectorPresent : bool with get
Property Value
BooleanSee Also