public interface ITexturePersistenceProperties
extends java.io.Serializable
Description: 'Provides access to MultiPatch texture persistence 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe46bc8ff_56ca_4f70_a4a4_70f7be5f5b2b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getTextureScaleFactor()
The texture scale factor.
|
boolean |
isSaveScaledTextures()
Persist scaled material textures.
|
void |
setSaveScaledTextures(boolean pSaveScaledTex)
Persist scaled material textures.
|
void |
setTextureScaleFactor(double pScale)
The texture scale factor.
|
static final int IIDe46bc8ff_56ca_4f70_a4a4_70f7be5f5b2b
static final int xxDummy
static final java.lang.String IID
void setSaveScaledTextures(boolean pSaveScaledTex) throws java.io.IOException, AutomationException
pSaveScaledTex
- The pSaveScaledTex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSaveScaledTextures() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTextureScaleFactor(double pScale) throws java.io.IOException, AutomationException
pScale
- The pScale (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getTextureScaleFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.