Creates a space document of the specified type with the specified properties.
Using this constructor with given properties introduce the overhead of copying the given properties
to the inner document properties

C# | Visual Basic | Visual C++ | J# |
public SpaceDocument( string typeName, IDictionary<string, Object> properties )
Public Sub New ( _ typeName As String, _ properties As IDictionary(Of String, Object) _ )
public: SpaceDocument( String^ typeName, IDictionary<String^, Object^>^ properties )
public SpaceDocument( String typeName, IDictionary<String, Object> properties )

- typeName (String)
- Name of document's type.
- properties (IDictionary<(Of <(String, Object>)>))
- Properties to set in document.