Property | Type | Description | |
---|---|---|---|
ArcMap_CloseDocument | void | ||
ArcMap_NewOpenDocument | void | ||
GetConfigSettings | void | ||
OnBeforeStopEditing | void | ||
OnBeforeStopOperation | void | ||
OnChangeFeature | void | ||
OnChangeGeoFeature | void | ||
OnCreateFeature | void | ||
OnCreateRelationship | void | ||
OnManualFeature | void | ||
OnStartEditing | void | ||
OnStopEditing | void | ||
WireEditorEvents | void | ||
appStatusEvents_Initialized | void | ||
concatFunc | void | ||
getDefaultRows | void | ||
getView | void | ||
init | void | ||
intersectLayerDetailsFunctions | void | ||
processFeatures | void | ||
reloadOccured | void | ||
sendEvent | void |
Method | Description | |
---|---|---|
AttributeAssistantEditorExtension ( ) : System | ||
GetAllFabricSubLayers ( IArray &CFSubLayers ) : bool | ||
GetFabricSubLayersByClass ( esriCadastralFabricTable FabricSubClass, IArray &CFParcelFabSubLayers ) : bool | ||
InitFabricState ( ) : void | ||
SetDynamicValues ( IObject inObject, string mode, List |
||
UnInitFabricState ( ) : void | ||
UnWireFabricEvents ( ) : void | ||
WireFabricEvents ( ) : void | ||
unversionedEdit ( IQueryFilter qFilterGen, int sequenceColumnNum, int idxSeqField, int curLoop, ITransactions &transactions ) : long |
Method | Description | |
---|---|---|
OnGetState ( ) : ESRI.ArcGIS.Desktop.AddIns.ExtensionState | ||
OnSetState ( ESRI state ) : bool | ||
OnShutdown ( ) : void | ||
OnStartup ( ) : void |
Method | Description | |
---|---|---|
ArcMap_CloseDocument ( ) : void | ||
ArcMap_NewOpenDocument ( ) : void | ||
GetConfigSettings ( ) : void | ||
OnBeforeStopEditing ( bool save ) : void | ||
OnBeforeStopOperation ( ESRI obj ) : void | ||
OnChangeFeature ( ESRI obj ) : void | ||
OnChangeGeoFeature ( ESRI obj ) : void | ||
OnCreateFeature ( ESRI obj ) : void | ||
OnCreateRelationship ( ESRI obj ) : void | ||
OnManualFeature ( ESRI obj ) : void | ||
OnStartEditing ( ) : void | ||
OnStopEditing ( System.Boolean save ) : void | ||
WireEditorEvents ( ) : void | ||
appStatusEvents_Initialized ( ) : void | ||
concatFunc ( string val, string &result, string ConcatDelim = "," ) : void | ||
getDefaultRows ( IObject &inObject, ICursor &outCursor ) : void | ||
getView ( |
||
init ( ) : void | ||
intersectLayerDetailsFunctions ( ILayer pLay, List |
||
processFeatures ( List |
||
reloadOccured ( object sender, |
||
sendEvent ( IObject inObject, string mode ) : void |
public AttributeAssistantEditorExtension ( ) : System | ||
return | System |
public GetAllFabricSubLayers ( IArray &CFSubLayers ) : bool | ||
CFSubLayers | IArray | |
return | bool |
public GetFabricSubLayersByClass ( esriCadastralFabricTable FabricSubClass, IArray &CFParcelFabSubLayers ) : bool | ||
FabricSubClass | esriCadastralFabricTable | |
CFParcelFabSubLayers | IArray | |
return | bool |
protected OnGetState ( ) : ESRI.ArcGIS.Desktop.AddIns.ExtensionState | ||
return | ESRI.ArcGIS.Desktop.AddIns.ExtensionState |
public SetDynamicValues ( IObject inObject, string mode, List |
||
inObject | IObject | |
mode | string | |
ChangeFeatureList | List |
|
NewFeatureList | List |
|
ChangeFeatureGeoList | List |
|
return | bool |
public unversionedEdit ( IQueryFilter qFilterGen, int sequenceColumnNum, int idxSeqField, int curLoop, ITransactions &transactions ) : long | ||
qFilterGen | IQueryFilter | |
sequenceColumnNum | int | |
idxSeqField | int | |
curLoop | int | |
transactions | ITransactions | |
return | long |