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


IEditSelectionCache3.Initialize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSelectionCache3 Interface > IEditSelectionCache3.Initialize Method
ArcGIS Developer Help

IEditSelectionCache3.Initialize Method

Initializes the cache using the editor's selection.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal Editor As IEditor, _
    ByVal sizePixels As Integer, _
    ByVal blockTopoFeatures As Boolean, _
    ByVal annoOnly As Boolean _
)
[C#]
public void Initialize (
    IEditor Editor,
    int sizePixels,
    bool blockTopoFeatures,
    bool annoOnly
);

Product Availability

Available with ArcGIS Desktop.

Remarks

At ArcGIS 8.3 and later versions, the BlockTopoFeatures argument will always be evaluated as True.  This is a result of the restructuring of the underlying mechanism for working with topological primitives.

See Also

IEditSelectionCache3 Interface