Table of Contents

Interface ISketchAndAreaDataCom

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

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

[ComVisible(true)]
[Guid("213F9EA5-E422-4B0D-9C52-9ED62618D582")]
public interface ISketchAndAreaDataCom

Methods

GetAreas()

Get the sketch area data.

ISketchAreaCom[] GetAreas()

Returns

ISketchAreaCom[]

The sketch area data.

GetSketches()

Gets the list of sketch data.

ISketchDataCom[] GetSketches()

Returns

ISketchDataCom[]

The list of sketch data.

SetAreas(ISketchAreaCom[])

Sets the sketch area data.

void SetAreas(ISketchAreaCom[] areas)

Parameters

areas ISketchAreaCom[]

The sketch area data.

SetSketches(ISketchDataCom[])

Sets the list of sketch data.

void SetSketches(ISketchDataCom[] sketches)

Parameters

sketches ISketchDataCom[]

The list of sketch data.