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


IEditSelectionCache2.Initialize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

IEditSelectionCache2.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 _
)
[C#]
public void Initialize (
    IEditor Editor,
    int sizePixels,
    bool blockTopoFeatures
);

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

IEditSelectionCache2 Interface