 | CAEXBasicObjectImport Method |
Imports the specified CAEX object in it's associated sequence. The provided
CAEX object is copied and all references are recalculated before it is
inserted.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic virtual CAEXWrapper Import(
CAEXWrapper caexObject,
string name,
bool withSubclasses = false
)
Public Overridable Function Import (
caexObject As CAEXWrapper,
name As String,
Optional withSubclasses As Boolean = false
) As CAEXWrapper
public:
virtual CAEXWrapper^ Import(
CAEXWrapper^ caexObject,
String^ name,
bool withSubclasses = false
)
Parameters
- caexObject CAEXWrapper
- The CAEX object.
- name String
- The name assigned to the imported object. If no name is defined,
the orginal name is kept. If the name violates the uniqueness requirements, a
unique name is generated, provided the UniqueNameService is registered.
- withSubclasses Boolean (Optional)
- true, if a class should be imported
with all its subclasses.
Return Value
CAEXWrapper
the created ans inserted CAEXObject, if a sequence could be identified and the CAEX object
has been copied and inserted into this sequence.
See Also