Returns if leader that points to specified reference is visible or not.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2023
Syntax
C# |
---|
public bool IsLeaderVisible(
Reference referenceTagged
) |
Visual Basic |
---|
Public Function IsLeaderVisible ( _
referenceTagged As Reference _
) As Boolean |
Visual C++ |
---|
public:
bool IsLeaderVisible(
Reference^ referenceTagged
) |
Return Value
Returns true if leader that points to specified reference is visible, false otherwise.
Exceptions
See Also