This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITexturePersistenceProperties Interface > ITexturePersistenceProperties.SaveScaledTextures Property (ArcObjects .NET 10.4 SDK) |
Persist scaled material textures.
[Visual Basic .NET] Public Property SaveScaledTextures As Boolean
[C#] public bool SaveScaledTextures {get; set;}
[C++]
HRESULT get_SaveScaledTextures(
VARIANT_BOOL* pSaveScaledTex
);
[C++]
HRESULT put_SaveScaledTextures(
VARIANT_BOOL pSaveScaledTex
);
[C++]
Parameters pSaveScaledTex [out, retval] pSaveScaledTex is a parameter of type VARIANT_BOOL pSaveScaledTex [in] pSaveScaledTex is a parameter of type VARIANT_BOOL