AddLine Method
Appends a line to the parcel.
Signature
RetVal = object.AddParcel(StartEasting, StartNorthing, EndEasting, EndNorthing)
object
Parcel The object or objects this property applies to.
StartEasting
Double; input-only
The Easting coordinate for the beginning of the line.
StartNorthing
Double; input-only
The Northing coordinate for the beginning of the line.
EndEasting
Double; input-only
The Easting coordinate for the end of the line.
EndNorthing
Double; input-only
The Northing coordinate for the end of the line.
RetVal
ParcelLine object
The newly added ParcelLine object.