ArcObjects Library Reference (PublisherControls)  

IARGlobeControl.Object Property

A property that returns the underlying Control.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

In some development environments it is not possible to query interface directly on the control to other COM interfaces beacuse the control is contained within a wrapper object. To get the real control use the Object property.

When querying interface to IARGlobeControl in Visual Basic 6.0 the Object property must be used. This is because Visual Basic 6.0 contains the real control inside a wrapper object known as an extender object.

See Also

IARGlobeControl Interface