IntelliCAD 11.1 Object Library
Replace Method
See Also 
OldName
The keyword name of the object to be replaced in the dictionary.
pObj
The new object to replace the old object in the dictionary.
Dictionary Collection : Replace Method

Description

Replaces an item in the dictionary by a given item.

Syntax

Visual Basic
Public Sub Replace( _
   ByVal OldName As String, _
   ByVal pObj As Object _
) 

Parameters

OldName
The keyword name of the object to be replaced in the dictionary.
pObj
The new object to replace the old object in the dictionary.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.