RVTDocs.com
Namespace: Autodesk.Revit.DB

Leader

Class
Description:
A leader object that can be attached to annotation elements such as text notes.
Remarks:
For information on how to attach or get leaders to/from a text annotation refer to corresponding methods of TextNote class.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.APIObject
    Autodesk.Revit.DB.Leader
Syntax
public class Leader : APIObject
Leader Class Members:
Name Description Inherited From
Anchor Anchor point of the Leader
Elbow Elbow point of the Leader.
End End point of the Leader.
IsReadOnly Identifies if the object is read-only or modifiable. (Inherited from APIObject ) APIObject
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
LeaderShape Geometric style of the leader
Name Description Inherited From
Dispose Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject ) APIObject
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object