I couldnt find something for that in the manual, how do i copy an object?
For instance, i want my object A.MyType be the same as B.MyType.
I could think of two methods, but also they seem to work in general, at some points something seems wrong. I wonder wether it is "allowed" what im doing or there is something wrong elsewhere.
1)
A=B.MyType
2)
MyHandle=Handle(B.MyType)
A=Object.MyType(MyHandle)
Thanks for your help.
For instance, i want my object A.MyType be the same as B.MyType.
I could think of two methods, but also they seem to work in general, at some points something seems wrong. I wonder wether it is "allowed" what im doing or there is something wrong elsewhere.
1)
A=B.MyType
2)
MyHandle=Handle(B.MyType)
A=Object.MyType(MyHandle)
Thanks for your help.