Description:

Adds an annotation leader to the document. This overload is only provided in the Rhino SDK.

Syntax:
public Guid AddLeader(
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:
public Guid AddLeader(
Plane plane,
IEnumerable<Point2d> points,
ObjectAttributes attributes
)
Parameters:
  • 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.

Syntax:
public Guid AddLeader(
Plane plane,
IEnumerable<Point2d> points
)
Parameters:
  • 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:
public Guid AddLeader(
string text,
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:
public Guid AddLeader(
string text,
Plane plane,
IEnumerable<Point2d> points,
ObjectAttributes attributes
)
Parameters:
  • 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.

Syntax:
public Guid AddLeader(
string text,
Plane plane,
IEnumerable<Point2d> points
)
Parameters:
  • 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

Nothing found