GetInfo<T>(Engine, InfoTypeSingle)
Generic method, supporting multiple GetInfo calls that return a single response.
Declaration
Example
Result
Type
Name
Description
To determine the expected return type, simply hover over the desired GetInfo call and an IntelliSense window should display it (e.g Returns: GetDocumentsResponseMessage).
The GetInfo calls are the same as what the client (Cube) makes when it starts as well as during operation.
This method is intended for single responses only, for calls that return an array of responses use this method instead GetInfo(Engine, InfoTypeArray).
PreviousChangeCommunicationState(Engine, Int32, Int32, Boolean)NextGetInfo<T>(Engine, InfoTypeArray)
Last updated