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


ITexturePersistenceProperties.TextureScaleFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITexturePersistenceProperties Interface > ITexturePersistenceProperties.TextureScaleFactor Property
ArcGIS Developer Help

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