This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITexturePersistenceProperties Interface > ITexturePersistenceProperties.TextureScaleFactor Property (ArcObjects .NET 10.5 SDK) |
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