This document is archived and information here might be outdated. Recommended version. |
The internal ArcObjects ILayer object.
[Visual Basic .NET]
Public ReadOnly Property InternalObject As Object
[C#]
public object InternalObject {get;}
Use the InternalObject property to access the underlying ILayer object. This property is always inaccessible.
2108: The current document does not have permission to access internal objects
Getting the InternalObject property will return an error if no license is available and if the currently loaded document was not published with permission to access InternalObjects. Use the IARControl::HasDocumentPermission method to determine this.