<Code Lib>
2027 Method
Changes 0
M

IndependentTag.CanLeaderEndConditionBeAssigned

Description:
Checks whether the LeaderEndCondition can be changed.
Remarks:
Material tags and material keynotes can only use the free end condition.

public bool CanLeaderEndConditionBeAssigned(
	LeaderEndCondition leaderEndCondition
)

  • leaderEndCondition
    The LeaderEndCondition that will be checked to see if it can be assigned.
Return Value Boolean True if the LeaderEndCondition of the tag can be assigned, or false otherwise.

Loading…