com.esri.arcgis.geometry
Interface ITexturePersistenceProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
TexturePersistenceProperties

public interface ITexturePersistenceProperties
extends Serializable

Provides access to MultiPatch texture persistence properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

setSaveScaledTextures

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isSaveScaledTextures

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setTextureScaleFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getTextureScaleFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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