
Initializes the resources of a newly instantiated object. This method must be called before using the object.
[C#]
public bool Create();
[Visual Basic]
Public Function Create() As Boolean
The return value is true, if the object could be initialized. Otherwise, it is false.