RhinoCommon API
ObjectTableReplace Method (Guid, TextDot) |
Replaces one object with new textdot object.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
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 textdot to be added. The textdot is copied.
Return Value
Type: Booleantrue if successful.