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


IAVObjectConverter.ConnectToView Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CartoUI)  

IAVObjectConverter.ConnectToView Method

Returns the map associated with an AV view object.

[Visual Basic .NET]
Public Function ConnectToView ( _
    ByVal viewObject As IAVObject _
) As IMap
[C#]
public IMap ConnectToView (
    IAVObject viewObject
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAVObjectConverter Interface