Table of Contents

Interface ISketchAreaCom

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("7D6B197D-A5EE-41BC-B19F-3D3BA5D21494")]
public interface ISketchAreaCom

Methods

GetArea()

Gets the area.

double GetArea()

Returns

double

The area.

GetName()

Gets the area name.

string GetName()

Returns

string

The area name.

SetArea(double)

Sets the area.

void SetArea(double area)

Parameters

area double

The area.

SetName(string)

Sets the area name.

void SetName(string name)

Parameters

name string

The area name.