Whether a perpendicular segment is constructed
from the start of the 2D shape.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public bool IsStartConnectorPresent { get; } |
Visual Basic |
---|
Public ReadOnly Property IsStartConnectorPresent As Boolean Get |
Visual C++ |
---|
public: property bool IsStartConnectorPresent { bool get (); } |