Table of Contents

Class SketchLevelCom

Namespace
Sfrep.AppraiseIt.Client.Integration.Com.Sketch
Assembly
Sfrep.AppraiseIt.Client.Integration.Com.dll

Encapsulates level data on a sketch.

[ComVisible(true)]
[Guid("5FF00076-D05F-4EBF-A6DB-EAC3354359D4")]
[ClassInterface(ClassInterfaceType.None)]
public sealed class SketchLevelCom : ISketchLevelCom
Inheritance
object
SketchLevelCom
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()

Constructors

SketchLevelCom()

Creates a new instance.

public SketchLevelCom()

Methods

GetFinishedArea()

Gets the finished area.

public double GetFinishedArea()

Returns

double

The finished area.

GetLevelType()

Gets the level type.

public string GetLevelType()

Returns

string

The level type.

Remarks

Supported values:

  • BelowGradeFive
  • BelowGradeFour
  • BelowGradeThree
  • BelowGradeTwo
  • BelowGradeOne
  • LevelOne
  • LevelTwo
  • LevelThree
  • LevelFour
  • LevelFive
  • LevelSix
  • LevelSeven
  • LevelEight
  • LevelNine
  • LevelTen

GetUnfinishedArea()

Gets the unfinished area.

public double GetUnfinishedArea()

Returns

double

The unfinished area.

SetFinishedArea(double)

Sets the finished area.

public void SetFinishedArea(double finishedArea)

Parameters

finishedArea double

The finished area.

SetLevelType(string)

Sets the level type.

public void SetLevelType(string levelType)

Parameters

levelType string

The level type.

Supported values:

  • BelowGradeFive
  • BelowGradeFour
  • BelowGradeThree
  • BelowGradeTwo
  • BelowGradeOne
  • LevelOne
  • LevelTwo
  • LevelThree
  • LevelFour
  • LevelFive
  • LevelSix
  • LevelSeven
  • LevelEight
  • LevelNine
  • LevelTen

SetUnfinishedArea(double)

sets the unfinished area.

public void SetUnfinishedArea(double unfinishedArea)

Parameters

unfinishedArea double

The unfinished area.