Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

M_CAEX_ClassModel_SystemUnitClassType_Insert_NewInstance

AutomationML edited this page Feb 23, 2017 · 2 revisions

SystemUnitClassType.Insert_NewInstance Method

Inserting a new class instance to this object. This method can be overridden in derived classes. The Instance is inserted as the first instance of any other element with the same type if nothing else is explicit defined.

Namespace: CAEX_ClassModel
Assembly: AMLEngine (in AMLEngine.dll) Version: 3.5

Syntax

C#

public virtual bool Insert_NewInstance(
	TypeBase newInstanceObject,
	bool asFirst = true
)

C++

public:
virtual bool Insert_NewInstance(
	TypeBase^ newInstanceObject, 
	bool asFirst = true
)

Parameters

 

newInstanceObject
Type: TypeBase
The instance of a class to be inserted at this object. The instance can be of type if true, inserted as first (default), otherwise at lastInternalElementType, InterfaceClassType
asFirst (Optional)
Type: System.Boolean

Return Value

Type: Boolean
True if insertion was successful, else false.

See Also

Reference

SystemUnitClassType Class
CAEX_ClassModel Namespace

  • Introduction
  • [Version History](Version history)
    • [Version 3.5](Version 3.4)
    • [Version 3.1](Version 3.0)
    • [Version 2.1](Version 2.1)
    • [Version 2.0](Version 2.0)
  • [Getting Started](Getting started)
  • Examples
  • AMLEngine API
BEST Practice Content

Extensions

CAEX Elements

AutomationML

Utilities

Interfaceclasses

Exceptions

Objecttables and Document validation

Clone this wiki locally