|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConstructionParentParcels
COM Interface 'IConstructionParentParcels'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
Description: 'Provides access to the parent parcels of a parcel construction.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDb6a52380_87e2_4628_9ebd_771c0bdacf23
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addParentParcel(int parcelNo)
Add a parent parcelNo for the construction. |
void |
clearParentParcels()
Clear the parent parcel numbers. |
void |
getParentParcel(int i,
int[] parcelNo)
The parent parcelNo at the given index. |
int |
getParentParcelCount()
The number of parent parcels. |
void |
removeParentParcel(int parcelNo)
Remove parent parcel from construction data. |
| Field Detail |
|---|
static final int IIDb6a52380_87e2_4628_9ebd_771c0bdacf23
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getParentParcelCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getParentParcel(int i,
int[] parcelNo)
throws java.io.IOException,
AutomationException
i - The i (in)parcelNo - The parcelNo (in/out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addParentParcel(int parcelNo)
throws java.io.IOException,
AutomationException
parcelNo - The parcelNo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeParentParcel(int parcelNo)
throws java.io.IOException,
AutomationException
parcelNo - The parcelNo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearParentParcels()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||