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


IAOIBookmark.Location Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAOIBookmark Interface > IAOIBookmark.Location Property
ArcGIS Developer Help

IAOIBookmark.Location Property

Location of the bookmark.

[Visual Basic .NET]
Public Property Location As IEnvelope
[C#]
public IEnvelope Location {get; set;}
[C++]
HRESULT get_Location(
  IEnvelope** Location
);
[C++]
HRESULT putref_Location(
  IEnvelope* Location
);
[C++]
Parameters
Location [out, retval]

Location is a parameter of type IEnvelope** Location [in]
Location is a parameter of type IEnvelope*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Location property contains the saved view extent of area of interest.

See Also

IAOIBookmark Interface