ArcObjects Library Reference (PublisherControls)  

IARFeature.InternalObject Property

The internal ArcObjects IFeature object.

[Visual Basic .NET]
Public ReadOnly Property InternalObject As Object
[C#]
public object InternalObject {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Use the InternalObject property to access the underlying IFeature object. This property is always inaccessible.

Errors Returned

2019 800A07E3: The feature is invalid and has not been initialized

Remarks

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.

See Also

IARFeature Interface