EbsOpen Class Library for EBSILON®Professional

MacroBase.Objects Property

[C#] In C#, this property is the indexer for the MacroBase class.

[Visual Basic]
Public Default Property ReadOnly Objects( _ 
   Optional ByVal ObjectKind As EpObjectKind = epObjectKindObject, _ 
   Optional ByVal ObjectKindExact As Boolean = VARIANT_FALSE, _ 
   Optional ByVal OpenMacros As Boolean = VARIANT_FALSE _ 
) As Objects
[C#]
public Objects this[
   EpObjectKind ObjectKind,
   bool ObjectKindExact,
   bool OpenMacros
] { get; }
[C++]
public: __property Objects* get_Objects(
   EpObjectKind ObjectKind,
   bool ObjectKindExact,
   bool OpenMacros
);
[JScript]
returnValue = MacroBaseObject.Item( ObjectKindObjectKindExactOpenMacros );
-or-
returnValue = MacroBaseObject( ObjectKindObjectKindExactOpenMacros );

[JScript] In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.

See Also

MacroBase Class | EbsOpen Namespace