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


IMapReader.AccessInternalObjects Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapReader Interface > IMapReader.AccessInternalObjects Property
ArcGIS Developer Help

IMapReader.AccessInternalObjects Property

Indicates whether the internal objects of the map can be exposed to external clients.

[Visual Basic .NET]
Public ReadOnly Property AccessInternalObjects As Boolean
[C#]
public bool AccessInternalObjects {get;}
[C++]
HRESULT get_AccessInternalObjects(
  Boolean* bAccess
);
[C++]
Parameters
bAccess [out, retval]

bAccess is a parameter of type bool*

Product Availability

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

See Also

IMapReader Interface