TerrainCollectionAdd Method (Uri) |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TerrainOverlay Add(
Uri uri
)
Public Function Add (
uri As Uri
) As TerrainOverlay
public:
TerrainOverlay^ Add(
Uri^ uri
)
member Add :
uri : Uri -> TerrainOverlay
Parameters
- uri
- Type: SystemUri
The Uri of the TerrainOverlay. The TerrainOverlay must be of a recognized format.
Return Value
Type:
TerrainOverlayThe
TerrainOverlay that was created and added to the collection
See Also