struct MAGES::ComponentLibrary::SpatialLayoutSubModule::LayoutResult¶
Overview¶
Represents the result of a layout operation. More…
struct LayoutResult { // properties ListPositions; List Rotations; List Visibilities; };
Detailed Documentation¶
Represents the result of a layout operation.
Properties¶
ListPositions
Gets or sets the positions.
ListRotations
Gets or sets the rotations.
ListVisibilities
Gets or sets the visibilities.