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(
  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