Implemented by all inlay objects. It allows
changing of properties common to all inlays. Must be implemented by
any class that is added to the inlay manager.
| C# | Visual Basic | Visual C++ |
public interface IAgGxGlobeInlay
Public Interface IAgGxGlobeInlay
public interface class IAgGxGlobeInlay
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
CentralBody |
Returns the Central Body the inlay is
displayed on.
|
|
|
DisplayCondition |
The display condition that affects if this
inlay is rendered.
|
|
|
Extent |
Returns the extent of the inlay.
|
|
|
Initialize(IAgGxCentralBody, String) |
Initializes the inlay by reading the inlay
data from the URI and displaying it on the Central Body.
|
|
|
IsValid |
Returns whether or not the inlay is valid. It
can be invalid because of missing file, corrupt file, unlicensed
file, or a file on the incorrect central body.
|
|
|
LicenseState |
Returns the license state of the inlay.
Possible values are not licensed, valid license and invalid
license.
|
|
|
Role |
Returns the role of the inlay. Imagery can be
day/night/specular/normal and terrain can only be normal.
|
|
|
URI |
Returns the URI of the inlay.
|
Assembly: AGI.Graphics.GlobeInlays.Interop(Module: AGI.Graphics.GlobeInlays.Interop) Version: 9.0.0.0 (9.0.0.0)