EbsOpen Class Library for EBSILON®Professional

ObjectCaster.CastToOleAutomationObject Method 

[Visual Basic]
Public Function CastToOleAutomationObject( _ 
   ByVal Object As Object _ 
) As OleAutomationObject
[C#]
public OleAutomationObject CastToOleAutomationObject(
   Object Object
);
[C++]
public: OleAutomationObject* CastToOleAutomationObject(
   Object* Object
);
[JScript]
public function CastToOleAutomationObject(
   Object Object
): OleAutomationObject;

See Also

ObjectCaster Class | EbsOpen Namespace