Description:
Adds an annotation leader to the document. This overload is only provided in the Rhino SDK.
Syntax:
public Guid AddLeader(
IEnumerable<Point3d> points
)
IEnumerable<Point3d> points
)
Parameters:
- points
- Type: IEnumerable<Point3d>
- A list, an array or any enumerable set of 2d points.
Returns:
Type: Guid
A unique identifier for the object; or <b>Guid.Empty</b> on failure.
Available since:
5.0
Description:
Adds an annotation leader to the document.
Syntax:
Parameters:
- plane
- Type: Plane
- A plane.
- points
- Type: IEnumerable<Point2d>
- A list, an array or any enumerable set of 2d points.
- attributes
- Type: DocObjects.ObjectAttributes
- Attributes to apply to brep.
Returns:
Type: Guid
A unique identifier for the object; or <b>Guid.Empty</b> on failure.
Available since:
5.0
Description:
Adds an annotation leader to the document.
Syntax:
Parameters:
- plane
- Type: Plane
- A plane.
- points
- Type: IEnumerable<Point2d>
- A list, an array or any enumerable set of 2d points.
Returns:
Type: Guid
A unique identifier for the object; or <b>Guid.Empty</b> on failure.
Available since:
5.0
Description:
Adds an annotation leader to the document. This overload is only provided in the Rhino SDK.
Syntax:
Parameters:
- text
- Type: string
- The text.
- points
- Type: IEnumerable<Point3d>
- A list, an array or any enumerable set of 2d points.
Returns:
Type: Guid
A unique identifier for the object; or <b>Guid.Empty</b> on failure.
Available since:
5.0
Description:
Adds an annotation leader to the document.
Syntax:
public Guid AddLeader(
string text,
Plane plane,
IEnumerable<Point2d> points,
ObjectAttributes attributes
)
string text,
Plane plane,
IEnumerable<Point2d> points,
ObjectAttributes attributes
)
Parameters:
- text
- Type: string
- The text.
- plane
- Type: Plane
- A plane.
- points
- Type: IEnumerable<Point2d>
- A list, an array or any enumerable set of 2d points.
- attributes
- Type: DocObjects.ObjectAttributes
- Attributes to apply to brep.
Returns:
Type: Guid
A unique identifier for the object; or <b>Guid.Empty</b> on failure.
Available since:
5.0
Description:
Adds an annotation leader to the document.