new AxNativeSceneDispatcher()
Creates a new dispatcher for axis native scene media
Methods
CreateObject() → {AxNativeScene}
Creates an instance of AxNativeScene
Returns:
An instance of a native axis scene media
- Type
- AxNativeScene
GetInfo(infoId, infoTag, info) → {Boolean}
Requests information about the dispatched object. The requested is specified by the infoId parameter, and depending on it, the infoTag parameter may have to be used. If the requested information is availabe, it is filled in the info parameter and the method returns true, otherwise returns false.
Parameters:
Name | Type | Description |
---|---|---|
infoId |
Integer | Specifies what information is requested |
infoTag |
Integer | An additional parameter, used for some infoIds. Depending on which infoId is used, the infoTag may or may not have a specific meaning. |
info |
AxString | A string in which the requested information will be returned |
Returns:
True if the requested information is available and returned in the info parameter, false otherwise
- Type
- Boolean