EbsOpen Class Library for EBSILON®Professional

Application.ObjectCaster Property

Reference to helper-class to cast objects int the Object-hierarchy for languages without type-casts (e.g. Matlab, Python).

[Visual Basic]
Public Property ReadOnly ObjectCaster As ObjectCaster
[C#]
public ObjectCaster ObjectCaster { get; }
[C++]
public: __property ObjectCaster* get_ObjectCaster();
[JScript]
public function get ObjectCaster() : ObjectCaster

Property Value

Reference to helper-class to cast objects int the Object-hierarchy for languages without type-casts (e.g. Matlab, Python).

Remarks

Reference to helper-class to cast objects int the Object-hierarchy for languages without type-casts (e.g. Matlab, Python).

Note    Several languages implement the COM-environment only partially and do not allow for type-casts.

See Also

Application Class | EbsOpen Namespace