2027 Property
Changes 0
P

SpatialElementTag.LeaderEnd

Description:
The position of the leader's end.
Remarks:
Returns the end point of the tag leader. Leader end point must be located inside of a room, space or an area. Use Room.IsPointInRoom or Space.IsPointInSpace method to check whether the leaderEnd is located in the host element or not.
public XYZ LeaderEnd { get; set; }
  • When setting this property: The point is located outside of the spatial element.
  • When setting this property: A non-optional argument was null
  • There is no leader for this tag. -or- When setting this property: SpatialElementTag is pinned. -or- When setting this property: SpatialElementTag is orphaned.