AVIS0202
Automotive
- Mar 27, 2017
- 7
Hi All,
Im Trying to replace a axis with another inside a part document ... so while surfing found out that there are no option ...
But i came across a schreplace (object)
Func Replace( SchGRRComp iGRRToBePlaced,
SchComponent iSchCompToBeRemoved) As SchComponent
Replace an existing component with this component.
Parameters:
iGRRToBePlaced
Pointer to the component graphical representation of this component to be placed. if NULL the first representation found will be used.
iSchCompToBeRemoved
Pointer to the existing component to be replaced by this component.
oNewComponent
Interface pointer to the new component instance placed.
Example:
Dim objThisIntf As SchReplace
Dim objArg1 As SchGRRComp
Dim objArg2 As SchComponent
Dim objArg3 As SchComponent
...
Set objArg3 = objThisIntf.Replace(objArg1,objArg2)
Can some one help me in understanding what the exactly mean....
Thanks in advance
Im Trying to replace a axis with another inside a part document ... so while surfing found out that there are no option ...
But i came across a schreplace (object)
Func Replace( SchGRRComp iGRRToBePlaced,
SchComponent iSchCompToBeRemoved) As SchComponent
Replace an existing component with this component.
Parameters:
iGRRToBePlaced
Pointer to the component graphical representation of this component to be placed. if NULL the first representation found will be used.
iSchCompToBeRemoved
Pointer to the existing component to be replaced by this component.
oNewComponent
Interface pointer to the new component instance placed.
Example:
Dim objThisIntf As SchReplace
Dim objArg1 As SchGRRComp
Dim objArg2 As SchComponent
Dim objArg3 As SchComponent
...
Set objArg3 = objThisIntf.Replace(objArg1,objArg2)
Can some one help me in understanding what the exactly mean....
Thanks in advance