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


ITextureFillSymbol.Size Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

ITextureFillSymbol.Size Property

World size of texture.

[Visual Basic .NET]
Public Property Size As Double
[C#]
public double Size {get; set;}
[C++]
HRESULT get_Size(
  System.Double* pSize
);
[C++]
HRESULT put_Size(
  double pSize
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ITextureFillSymbol Interface