This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IO > IObjectLoaderUIProperties Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the members that control the properties of the object loader.
Description | ||
---|---|---|
DataSourceCount | Data source count that will be loaded into the target object class. | |
DeleteAllSources | Clear the data sources list. | |
DeleteSourceFullName | Delete a data source from the list of sources. | |
GetSourceFullName | Data source at specific index. | |
InputFields | Source fields that will be loaded into the target object class. | |
LoadWithSnap | Indicates if snapping should be used during the load. | |
LoadWithValidation | Indicates if validation rules should be applied. | |
ObjectLoaderQueryFilter | Query filter to use on the source data. | |
OutputFields | Fields in the target object class that will be loaded from the source. | |
SetSubTypeCode | Indicates if the TargetSubTypeCode should be used or ignored. | |
SourceFullName | Data source to be loaded into the target object class. | |
TargetSubTypeCode | Target object class subtype code. | |
TargetTable | Loader target object class. |
CoClasses and Classes | Description |
---|---|
ObjectLoaderUI | The object loader dialog. |