Class SketchAreaClient
- Namespace
- Sfrep.AppraiseIt.Client.Integration.Sketch
- Assembly
- Sfrep.AppraiseIt.Client.Integration.dll
Encapsulates sketch area data to transfer to Appraise-It Pro.
public class SketchAreaClient
- Inheritance
-
objectSketchAreaClient
- Inherited Members
-
object.Equals(object)object.Equals(object, object)object.GetHashCode()object.GetType()object.MemberwiseClone()object.ReferenceEquals(object, object)object.ToString()
Constructors
SketchAreaClient()
Creates a new instance.
public SketchAreaClient()
Properties
Area
The area value.
public double Area { get; set; }
Property Value
- double
Name
The area name.
public string Name { get; set; }
Property Value
- string