Whether the tag's leader that points to the reference has an elbow point or not.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2022
Syntax
C# |
---|
public bool HasLeaderElbow(
Reference referenceTagged
) |
Visual Basic |
---|
Public Function HasLeaderElbow ( _
referenceTagged As Reference _
) As Boolean |
Visual C++ |
---|
public:
bool HasLeaderElbow(
Reference^ referenceTagged
) |
Return Value
True if the reference has a leader with an elbow point, or false otherwise.
Exceptions
See Also