Class SketchAndAreaDataCom
- 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("E2CE14B5-C4AE-47C1-9441-CB4C97D7E446")]
[ClassInterface(ClassInterfaceType.None)]
public sealed class SketchAndAreaDataCom : ISketchAndAreaDataCom
- Inheritance
-
objectSketchAndAreaDataCom
- Implements
- Inherited Members
-
object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()object.GetType()
Constructors
SketchAndAreaDataCom()
Creates a new instance.
public SketchAndAreaDataCom()
Methods
GetAreas()
Get the sketch area data.
public ISketchAreaCom[] GetAreas()
Returns
- ISketchAreaCom[]
The sketch area data.
GetSketches()
Gets the list of sketch data.
public ISketchDataCom[] GetSketches()
Returns
- ISketchDataCom[]
The list of sketch data.
SetAreas(ISketchAreaCom[])
Sets the sketch area data.
public void SetAreas(ISketchAreaCom[] areas)
Parameters
areasISketchAreaCom[]The sketch area data.
SetSketches(ISketchDataCom[])
Sets the list of sketch data.
public void SetSketches(ISketchDataCom[] sketches)
Parameters
sketchesISketchDataCom[]The list of sketch data.