This document is archived and information here might be outdated.  Recommended version.


ITexturePersistenceProperties.TextureScaleFactor Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ITexturePersistenceProperties.TextureScaleFactor Property

The texture scale factor.

[Visual Basic .NET]
Public Property TextureScaleFactor As Double
[C#]
public double TextureScaleFactor {get; set;}
[C++]
HRESULT get_TextureScaleFactor(
  double pScale
);
[C++]
HRESULT put_TextureScaleFactor(
  System.Double* pScale
);
[C++]

Parameters pScale [in]
pScale is a parameter of type double pScale [out, retval]
pScale is a parameter of type double*

Product Availability

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

See Also

ITexturePersistenceProperties Interface