com.esri.arcgis.geometry
Interface ITexturePersistenceProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITexturePersistencePropertiesProxy, TexturePersistenceProperties

public interface ITexturePersistenceProperties
extends java.io.Serializable

COM Interface 'ITexturePersistenceProperties'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe46bc8ff_56ca_4f70_a4a4_70f7be5f5b2b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDe46bc8ff_56ca_4f70_a4a4_70f7be5f5b2b

static final int IIDe46bc8ff_56ca_4f70_a4a4_70f7be5f5b2b
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

setSaveScaledTextures

void setSaveScaledTextures(boolean pSaveScaledTex)
                           throws java.io.IOException,
                                  AutomationException
Persist scaled material textures.

Parameters:
pSaveScaledTex - The pSaveScaledTex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSaveScaledTextures

boolean isSaveScaledTextures()
                             throws java.io.IOException,
                                    AutomationException
Persist scaled material textures.

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

setTextureScaleFactor

void setTextureScaleFactor(double pScale)
                           throws java.io.IOException,
                                  AutomationException
The texture scale factor.

Parameters:
pScale - The pScale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextureScaleFactor

double getTextureScaleFactor()
                             throws java.io.IOException,
                                    AutomationException
The texture scale factor.

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