Contains the properties of a Browser Object. | |
Description: | The CimBrowse Object provides programmatic
access to the same CIMPLICITY browser used by CIMPLICITY
applications. A Point Browser, for instance, can be used to allow
the user to select a particular point. Example Dim browseObject As CimBrowse Dim result As String Set browseObject = CreateObject("CimBrowse") browseObject.SetBrowserProperty cimRemoteBrowse browseObject.SetBrowserProperty cimFullyQualified browseObject.Entity = "POINT" res = browseObject.BrowseEntity(result) |
Properties: | Entity , Filter |
Methods: | BrowseEntity , ClearBrowserFlags , SetBrowserProperty |