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


IMapReader.AccessInternalObjects Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* bAccess
);
[C++]

Parameters bAccess [out, retval] bAccess is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapReader Interface