Class Scene.CatalogChangeResult
Holds errors (if any) of a catalog change operation. May be casted to bool to check whether the operation succeeded or not.
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Scene.CatalogChangeResult : IEnumerable<Scene.CatalogChangeError>, IEnumerable
Properties
Name | Description |
---|---|
Errors | Errors appeared during the catalog change operation. |
Methods
Name | Description |
---|---|
GetEnumerator() | Alows to enumerate through Errors. |
Operators
Name | Description |
---|---|
implicit operator bool(CatalogChangeResult) | Indicated whether the operation completed successfully (had no errors). |