ArcObjects Library Reference  (EditorExt)    

IArcPadDefaults Interface

Provides access to the ArcPad Default Settings.

Product Availability

Available with ArcGIS Desktop.

Members

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

CoClasses that implement IArcPadDefaults

CoClasses and Classes Description
ArcPadExtension The ArcPad Tools Extension.

Remarks

The IArcPadDefaults interface provides read-only access to the Get Data for ArcPad wizard’s default settings.  Use this interface to query the current default settings for the wizard.

Example

IArcPadDefaults_Example