Revit 2024 API |
RebarShapeMultiplanarDefinition..::..IsEndConnectorPresent Property |
RebarShapeMultiplanarDefinition Class See Also |
Whether a perpendicular segment is constructed
from the end of the 2D shape.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
public bool IsEndConnectorPresent { get; } |
Visual Basic |
---|
Public ReadOnly Property IsEndConnectorPresent As Boolean Get |
Visual C++ |
---|
public: property bool IsEndConnectorPresent { bool get (); } |