NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ReferenceMap.Load

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Shared Function Load(String, Stream) As ReferenceMap
[C#] public static ReferenceMap Load(String, Stream);
[C++] public: static ReferenceMap* Load(String*, Stream);
[JScript] public static function Load(String, Stream) : ReferenceMap;

[To be supplied.]

[Visual Basic] Overloads Public Shared Function Load(String) As ReferenceMap
[C#] public static ReferenceMap Load(String);
[C++] public: static ReferenceMap* Load(String*);
[JScript] public static function Load(String) : ReferenceMap;

See Also

ReferenceMap Class | ReferenceMap Members | System.Web.Services.Discovery Namespace