This document is archived and information here might be outdated.  Recommended version.


IObjectLoaderUIProperties Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IO > IObjectLoaderUIProperties Interface
ArcGIS Developer Help

IObjectLoaderUIProperties Interface

Provides access to the members that control the properties of the object loader.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method DataSourceCount Data source count that will be loaded into the target object class.
Method DeleteAllSources Clear the data sources list.
Method DeleteSourceFullName Delete a data source from the list of sources.
Method GetSourceFullName Data source at specific index.
Read/write property InputFields Source fields that will be loaded into the target object class.
Read/write property LoadWithSnap Indicates if snapping should be used during the load.
Read/write property LoadWithValidation Indicates if validation rules should be applied.
Read/write property ObjectLoaderQueryFilter Query filter to use on the source data.
Read/write property OutputFields Fields in the target object class that will be loaded from the source.
Read/write property SetSubTypeCode Indicates if the TargetSubTypeCode should be used or ignored.
Write-only property SourceFullName Data source to be loaded into the target object class.
Read/write property TargetSubTypeCode Target object class subtype code.
Read/write property TargetTable Loader target object class.

Classes that implement IObjectLoaderUIProperties

Classes Description
ObjectLoaderUI The object loader dialog.