ObjectTableAddLeader Method (Leader, ObjectAttributes) |
Adds Leader object to the document.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public Guid AddLeader(
Leader leader,
ObjectAttributes attributes
)
Public Function AddLeader (
leader As Leader,
attributes As ObjectAttributes
) As Guid
Parameters
- leader
- Type: Rhino.GeometryLeader
The leader object. - attributes
- Type: Rhino.DocObjectsObjectAttributes
Attributes to apply to rich text.
Return Value
Type:
GuidThe Guid of the newly added object or Guid.Empty on failure.
See Also