Show / Hide Table of Contents

Class DoorLoadingResultGrid3D

Helpers class that encapsulates the result of loading doors of a room template.

Inheritance
System.Object
DoorLoadingResultGrid3D
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class DoorLoadingResultGrid3D

Constructors

DoorLoadingResultGrid3D(IDoorModeGrid2D, Boolean, ActionResult)

Declaration
public DoorLoadingResultGrid3D(IDoorModeGrid2D doorMode, bool hasDifferentElevations, ActionResult actionResult)
Parameters
Type Name Description
IDoorModeGrid2D doorMode
System.Boolean hasDifferentElevations
ActionResult actionResult

Properties

ActionResult

Declaration
public ActionResult ActionResult { get; }
Property Value
Type Description
ActionResult

DoorMode

Declaration
public IDoorModeGrid2D DoorMode { get; }
Property Value
Type Description
IDoorModeGrid2D

HasDifferentElevations

Declaration
public bool HasDifferentElevations { get; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX