|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConstructionUnbuildableLines
Provides access to members that manipulate the unbuildable lines of a parcel construction.
| Method Summary | |
|---|---|
void |
addUnbuildableLine(int parentParcelNo,
int fromPointNo,
int toPointNo)
Mark a line as unbuildable for the parent parcel. |
void |
clearUnbuildableLines(int parentParcelNo)
Clears the unbuildables lines of the parent parcel. |
void |
getUnbuildableLines(int parentParcelNo,
int[] count,
int[] fromPointNos,
int[] toPointNos)
Retrieve the from and to points for the unbuildables lines of the parent parcel. |
void |
removeUnbuildableLine(int parentParcelNo,
int fromPointNo,
int toPointNo)
Remove unbuildable line for the parent parcel. |
void |
setUnbuildableLines(int parentParcelNo,
int count,
int[] fromPointNos,
int[] toPointNos)
Input the from and to points for the unbuildable lines of the parent parcel. |
| Method Detail |
|---|
void addUnbuildableLine(int parentParcelNo,
int fromPointNo,
int toPointNo)
throws IOException,
AutomationException
parentParcelNo - The parentParcelNo (in)fromPointNo - The fromPointNo (in)toPointNo - The toPointNo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeUnbuildableLine(int parentParcelNo,
int fromPointNo,
int toPointNo)
throws IOException,
AutomationException
parentParcelNo - The parentParcelNo (in)fromPointNo - The fromPointNo (in)toPointNo - The toPointNo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUnbuildableLines(int parentParcelNo,
int count,
int[] fromPointNos,
int[] toPointNos)
throws IOException,
AutomationException
parentParcelNo - The parentParcelNo (in)count - The count (in)fromPointNos - The fromPointNos (in)toPointNos - The toPointNos (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getUnbuildableLines(int parentParcelNo,
int[] count,
int[] fromPointNos,
int[] toPointNos)
throws IOException,
AutomationException
parentParcelNo - The parentParcelNo (in)count - The count (in/out: use single element array)fromPointNos - The fromPointNos (in/out: use single element array)toPointNos - The toPointNos (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearUnbuildableLines(int parentParcelNo)
throws IOException,
AutomationException
parentParcelNo - The parentParcelNo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||