ArcObjects Library Reference  (EditorExt)    

IArcPadDefaultsEdit Interface

Provides access to the ArcPad Default Settings.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Write-only property CreateAPM Indicates whether to create an ArcPad Map Document.
Write-only property DestinationFolderPath The destination folder path features are checked out to.
Method EditFormSize Form size created for the device.
Write-only property FeaturesInQueryDef Only get features in the current QueryDef.
Write-only property SpatialExtent Spatial extent features are extracted by.
Write-only property VisibleFieldsOnly Only get features that are visible.

CoClasses that implement IArcPadDefaultsEdit

CoClasses and Classes Description
ArcPadExtension The ArcPad Tools Extension.

Remarks

The IArcPadDefaultsEdit interface provides write access to the Get Data for ArcPad wizard’s default settings.  Use this interface to change the default settings for the wizard.  Please note that these settings are not persisted between ArcMap sessions.  Each time a new instance of ArcMap is started the settings will revert to the application defaults.

Example

IArcPadDefaultsEdit_Example