EbsOpen Class Library for EBSILON®Professional

MacroBase.ObjectByContext Method 

[Visual Basic]
Public Function ObjectByContext( _ 
   ByVal NameWithContext As String, _ 
   Optional ByVal OnNotFoundReturnNULL As Boolean = VARIANT_FALSE _ 
) As Object
[C#]
public Object ObjectByContext(
   string NameWithContext,
   bool OnNotFoundReturnNULL
);
[C++]
public: Object* ObjectByContext(
   String* NameWithContext,
   bool OnNotFoundReturnNULL
);
[JScript]
public function ObjectByContext(
   String NameWithContext,
   bool OnNotFoundReturnNULL
): Object;

See Also

MacroBase Class | EbsOpen Namespace