Loads the map with the specified name by trying to resolve the path.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public static MapCollection LoadFromName( string name, string baseDirectory = null ) |
Visual Basic |
---|
Public Shared Function LoadFromName ( name As String, Optional baseDirectory As String = Nothing ) As MapCollection |
Parameters
- name
- Type: System..::..String
The name of the map.
- baseDirectory (Optional)
- Type: System..::..String