RhinoCommon API
ObjectTableReplace Method (Guid, TextDot) |
Replaces one object with new text dot object.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
public bool Replace( Guid objectId, TextDot dot )
Public Function Replace ( objectId As Guid, dot As TextDot ) As Boolean
Parameters
- objectId
- Type: SystemGuid
Id of object to be replaced. - dot
- Type: Rhino.GeometryTextDot
new text dot to be added. The text dot is copied.
Return Value
Type: Booleantrue if successful.