KitchenDraw SDK 2
Show / Hide Table of Contents

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.

Inheritance
object
Scene.CatalogChangeResult
Implements
IEnumerable<Scene.CatalogChangeError>
IEnumerable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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).

In this article
Back to top Generated by DocFX