struct MAGES::ComponentLibrary::SpatialLayoutSubModule::LayoutResult

Overview

Represents the result of a layout operation. More…

struct LayoutResult
{
    // properties

    List Positions;
    List Rotations;
    List Visibilities;
};

Detailed Documentation

Represents the result of a layout operation.

Properties

List Positions

Gets or sets the positions.

List Rotations

Gets or sets the rotations.

List Visibilities

Gets or sets the visibilities.