ArcObjects Library Reference (Editor)  

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