File3dmObjectTableAddLeader Method (Plane, IEnumerablePoint2d) |
Adds an annotation leader to the document.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Guid AddLeader(
Plane plane,
IEnumerable<Point2d> points
)
Public Function AddLeader (
plane As Plane,
points As IEnumerable(Of Point2d)
) As Guid
Parameters
- plane
- Type: Rhino.GeometryPlane
A plane. - points
- Type: System.Collections.GenericIEnumerablePoint2d
A list, an array or any enumerable set of 2d points.
Return Value
Type:
GuidA unique identifier for the object; or
Empty on failure.
See Also