com.esri.arcgis.geodatabase
Interface IWorkspaceProperties2
- All Superinterfaces:
- IWorkspaceProperties, java.io.Serializable
- All Known Implementing Classes:
- IWorkspaceProperties2Proxy
public interface IWorkspaceProperties2
- extends IWorkspaceProperties, java.io.Serializable
COM Interface 'IWorkspaceProperties2'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that control the workspace properties.'
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 =
Method Summary |
java.lang.String |
getCategoryPrefix()
Information about this particular property. |
IID6f249ded_59d3_423f_a850_5bc75066ae27
static final int IID6f249ded_59d3_423f_a850_5bc75066ae27
- 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
getCategoryPrefix
java.lang.String getCategoryPrefix()
throws java.io.IOException,
AutomationException
- Information about this particular property.
- Returns:
- The prefix
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.