com.esri.arcgis.carto
Interface ILayerPropertySheet

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILayerPropertySheetProxy, TemporalFeatureLayer

public interface ILayerPropertySheet
extends java.io.Serializable

COM Interface 'ILayerPropertySheet'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to layers that implement their own custom property sheet.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2eef47a6_9527_4d1a_a452_cdddf4c5e080
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean showPropertySheet()
          Show the property sheet.
 

Field Detail

IID2eef47a6_9527_4d1a_a452_cdddf4c5e080

static final int IID2eef47a6_9527_4d1a_a452_cdddf4c5e080
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

showPropertySheet

boolean showPropertySheet()
                          throws java.io.IOException,
                                 AutomationException
Show the property sheet.

Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.