Path

Gets and sets the full path or SkylineGlobe Server URL of the 3DML file. The SGS URL should be in the following format: http://SGServerAddress/SG/[Site]/streamer.ashx?layer=[Name].[ID]

E.g., http://www.skylineglobe.com/SG/default/streamer.ashx?layer=Auburn_Build_8_full_PM75Patch.2463411

 

JavaScript

 

Path

 

C#

 

string Path { get; set; }

 

C++

 

HRESULT Path( [out, retval] BSTR* pVal)

HRESULT Path( [in] BSTR pVal)