com.esri.arcgis.arcscene
Interface esriSxCustomizationEvent

All Superinterfaces:
Serializable

public interface esriSxCustomizationEvent
extends Serializable

Sx customization event types.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows


Field Summary
static int esriCEShowSceneProperties
          Show Scene Properties.
static int esriCEShowSxAddDataDialog
          Show Add Data Dialog.
static int esriCEShowSxLayersProperties
          Show Layer Properties.
 

Field Detail

esriCEShowSceneProperties

static final int esriCEShowSceneProperties
Show Scene Properties.

See Also:
Constant Field Values

esriCEShowSxAddDataDialog

static final int esriCEShowSxAddDataDialog
Show Add Data Dialog.

See Also:
Constant Field Values

esriCEShowSxLayersProperties

static final int esriCEShowSxLayersProperties
Show Layer Properties.

See Also:
Constant Field Values