static method to read a .egp project file
Namespace:
EGIS.Web.Controls
Assembly:
EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
Public Shared Function ReadEGPProject ( _
absPath As String _
) As MapProject |
C# |
---|
public static MapProject ReadEGPProject(
string absPath
) |
Visual C++ |
---|
public:
static MapProject^ ReadEGPProject(
String^ absPath
) |
JavaScript |
---|
EGIS.Web.Controls.SFMap.readEGPProject = function(absPath); |
Parameters
- absPath
- Type: System..::..String
Absolute path of the .egp file
Return Value
A MapProject object containing the project layers and map background color
Remarks
See Also