[Visual Basic] Public Function getObjects( _ 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 getObjects( EpObjectKind ObjectKind, bool ObjectKindExact, bool OpenMacros ); [C++] public: Objects* getObjects( EpObjectKind ObjectKind, bool ObjectKindExact, bool OpenMacros ); [JScript] public function getObjects( EpObjectKind ObjectKind, bool ObjectKindExact, bool OpenMacros ): Objects;
Model Class | EbsOpen Namespace