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