public interface IFunctionalSurface2 extends IFunctionalSurface, java.io.Serializable
Description: 'Provides access to members that allow changes to be made to the interpolation domain, in addition to the IFunctionalSurface members.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe91ae5c7_2c16_11d4_80e2_00c04fa0adf8 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID98d17b10_951c_11d2_bcfc_0000f875bcce
Modifier and Type | Method and Description |
---|---|
void |
setDomain(IPolygon rhs1)
The interpolation domain of the surface.
|
getDomain, getZ
static final int IIDe91ae5c7_2c16_11d4_80e2_00c04fa0adf8
static final int xxDummy
static final java.lang.String IID
void setDomain(IPolygon rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IPolygon (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.