Show / Hide Table of Contents

Property Version

Version

Gets the mobile scene package's version.

Declaration
public string Version { get; }
Property Value
Type Description
System.String

The mobile scene package's version.

Remarks

The mobile scene package version was set when the package was authored in ArcGIS Pro.

This property is populated when you attempt to load the package. The version property will always be populated for you to examine, even if the package is an unsupported version.

ArcGIS Runtime currently supports mobile scene packages up to and including major version 3.

You may wish to check the version property before trying to access specific functionality. For example:

  • Expiration details are only available in mobile scene package from version 1.1 onwards.
  • Links to online services are only available in mobile scene package from version 3.0 onwards.

If the package fails to load, check that the version number does not exceeded the supported major version.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.5 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.5 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.5 - 100.15
Xamarin.iOS100.5 - 100.15
UWP100.5 - 100.15
In This Article
Back to top Copyright © 2022 Esri.