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(
  double pScale
);
[C++]

Parameters

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

Product Availability

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

See Also

ITexturePersistenceProperties Interface