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


IFeatureCache.Initialize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCache Interface > IFeatureCache.Initialize Method
ArcGIS Developer Help

IFeatureCache.Initialize Method

Initializes the cache with a given size and location.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal point As IPoint, _
    ByVal Size As Double _
)
[C#]
public void Initialize (
    IPoint point,
    double Size
);
[C++]
HRESULT Initialize(
  IPoint* point,
  double Size
);
[C++]
Parameters
point [in]

point is a parameter of type IPoint* Size [in]
Size is a parameter of type double

Product Availability

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

Remarks

This method initializes the cache using an envelope created from the point by expanding it in height and width according to the specified size value.  Size should be in the same units as the point.

See Also

IFeatureCache Interface

.NET Samples

Buffer snap agent