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


ITextureFillSymbol.Size Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IT > ITextureFillSymbol Interface > ITextureFillSymbol.Size Property
ArcGIS Developer Help

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