Table of Contents

Class SketchAreaCom

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

Encapsulates sketch area data to transfer to Appraise-It Pro.

[ComVisible(true)]
[Guid("D48DCE26-9CC6-48C4-886F-1A8CE581741A")]
[ClassInterface(ClassInterfaceType.None)]
public class SketchAreaCom : ISketchAreaCom
Inheritance
object
SketchAreaCom
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SketchAreaCom()

Creates a new instance.

public SketchAreaCom()

Methods

GetArea()

Gets the area.

public double GetArea()

Returns

double

The area.

GetName()

Gets the area name.

public string GetName()

Returns

string

The area name.

SetArea(double)

Sets the area.

public void SetArea(double area)

Parameters

area double

The area.

SetName(string)

Sets the area name.

public void SetName(string name)

Parameters

name string

The area name.