Description:

Adds a text dot object to the table.

Syntax:
public Guid AddTextDot(
TextDot dot,
ObjectAttributes attributes
)
Parameters:
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0

Description:

Adds a text dot object to the table.

Syntax:
public Guid AddTextDot(
TextDot dot
)
Parameters:
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0

Description:

Adds a text dot object to the table.

Syntax:
public Guid AddTextDot(
string text,
Point3d location,
ObjectAttributes attributes
)
Parameters:
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0

Description:

Adds a text dot object to the table.

Syntax:
public Guid AddTextDot(
string text,
Point3d location
)
Parameters:
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0

Nothing found