AGI Components with Insight3D Alpha 2008 r8
AddURI Method (pCentralBody, URI, Role, Show)
Library Reference AGI.Graphics.GlobeInlays IAgGxGlobeInlayManagerAddURI(IAgGxCentralBody, String, AgGxInlayRole, Boolean)
Creates an inlay from the URI and Central Body, adds it to the globe and returns it. If show is true it adds a display condition that always returns visible=true.
Declaration Syntax
C# Visual Basic Visual C++

IAgGxGlobeInlay 
AddURI(
        
IAgGxCentralBody 
pCentralBody,
        
string 
URI,
        

AgGxInlayRole 
Role,
        
bool 
Show
)
Function 
AddURI ( _
        
pCentralBody 
As 
IAgGxCentralBody,
_
        
URI 
As 
String, _
        
Role 
As 

AgGxInlayRole, _
        
Show 
As 
Boolean _
) 
As 

IAgGxGlobeInlay
Parameters
pCentralBody ( IAgGxCentralBody)
URI ( String)
Role ( AgGxInlayRole)
Show ( Boolean)

Assembly: AGI.Graphics.GlobeInlays.Interop(Module: AGI.Graphics.GlobeInlays.Interop) Version: 9.0.0.0 (9.0.0.0)