RhinoCommon API
File3dmObjectTableAddLeader Method (String, Plane, IEnumerablePoint2d, ObjectAttributes) |
Adds an annotation leader to the document.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public Guid AddLeader( string text, Plane plane, IEnumerable<Point2d> points, ObjectAttributes attributes )
Public Function AddLeader ( text As String, plane As Plane, points As IEnumerable(Of Point2d), attributes As ObjectAttributes ) As Guid
Parameters
- text
- Type: SystemString
The text. - plane
- Type: Rhino.GeometryPlane
A plane. - points
- Type: System.Collections.GenericIEnumerablePoint2d
A list, an array or any enumerable set of 2d points. - attributes
- Type: Rhino.DocObjectsObjectAttributes
Attributes to apply to brep.
Return Value
Type: GuidA unique identifier for the object; or Empty on failure.
