IndependentTagHasLeaderElbow Method |
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: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool HasLeaderElbow(
Reference referenceTagged
)
Public Function HasLeaderElbow (
referenceTagged As Reference
) As Boolean
public:
bool HasLeaderElbow(
Reference^ referenceTagged
)
member HasLeaderElbow :
referenceTagged : Reference -> bool
Parameters
- referenceTagged Reference
-
Return Value
Boolean
True if the reference has a leader with an elbow point, or false otherwise.
Exceptions
See Also