This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCache2 Interface > IFeatureCache2.Initialize Method (ArcObjects .NET 10.4 SDK) |
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