Show / Hide Table of Contents

Class SectionInfo

Inheritance
System.Object
SectionInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class SectionInfo

Fields

AutoFit

Declaration
public bool AutoFit
Field Value
Type Description
System.Boolean

AutoSizeIgnoreYPostion

Declaration
public bool AutoSizeIgnoreYPostion
Field Value
Type Description
System.Boolean

BoundsVisible

Declaration
public bool BoundsVisible
Field Value
Type Description
System.Boolean

CadInfo

Declaration
public CadLayoutInfo CadInfo
Field Value
Type Description
CadLayoutInfo

Enabled

Declaration
public bool Enabled
Field Value
Type Description
System.Boolean

FloorAutocad

Declaration
public string FloorAutocad
Field Value
Type Description
System.String

FloorTexture

Declaration
public string FloorTexture
Field Value
Type Description
System.String

FloorType

Declaration
public Section.SectionFloorType FloorType
Field Value
Type Description
Section.SectionFloorType

GridEnabled

Declaration
public bool GridEnabled
Field Value
Type Description
System.Boolean

Length

Declaration
public float Length
Field Value
Type Description
System.Single

Locked

Declaration
public bool Locked
Field Value
Type Description
System.Boolean

MarkAssembliesOnSelect

Declaration
public bool MarkAssembliesOnSelect
Field Value
Type Description
System.Boolean

MoveAssemblies

Declaration
public bool MoveAssemblies
Field Value
Type Description
System.Boolean

Name

Declaration
public string Name
Field Value
Type Description
System.String

Position

Declaration
public Vector3 Position
Field Value
Type Description
System.Numerics.Vector3

Visible

Declaration
public bool Visible
Field Value
Type Description
System.Boolean

VisibleFloor

Declaration
public bool VisibleFloor
Field Value
Type Description
System.Boolean

Width

Declaration
public float Width
Field Value
Type Description
System.Single

Yaw

Declaration
public float Yaw
Field Value
Type Description
System.Single

Properties

Color

Declaration
public Color Color { get; set; }
Property Value
Type Description
System.Windows.Media.Color

ColorName

Declaration
[Browsable(false)]
public string ColorName { get; set; }
Property Value
Type Description
System.String

FloorImage

Declaration
public byte[] FloorImage { get; set; }
Property Value
Type Description
System.Byte[]
Back to top Generated by DocFX