IndependentTag.IsLeaderVisible
Description:
Returns if leader that points to specified reference is visible or not.
Returns if leader that points to specified reference is visible or not.
public bool IsLeaderVisible(
Reference referenceTagged
)
-
referenceTaggedThe reference which is tagged.
Return Value
bool
Returns true if leader that points to specified reference is visible, false otherwise.
-
The specified reference is not currently tagged.
-
A non-optional argument was null
-
The IndependentTag object does not have a tag behavior.