IQueryResult Interface
An interface for the result of a query to a custom dataset.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECustomObjects assembly)
Syntax
public interface IQueryResult
Remarks
A custom dataset implementor must supply an implementation of this interface. It is used as the return value from the ICustomDataSet.Query method, and should iterate over all features returned from the query.
Exceptions that are thrown by custom object implementations will be logged and then propagated by Carmenta Engine as an EngineException to the application. Also, the only way a C++ custom object implementation can include a relevant error message to an application is by throwing an EngineException.
Platforms
Windows, Linux, Android
IQueryResult Members
The IQueryResult type has the following members.
Methods
Name | Description |
---|---|
GetVisualizers | Gets the visualizers of the specified feature. |
Next | Gets the next feature. |