CreateModelAsync Method
Declaration
public void CreateModelAsync(BatchHeader BatchHeader, string Model, string Parent, byte[] Definition, Property[] Properties)
Public Sub CreateModelAsync(BatchHeader As BatchHeader, Model As String, Parent As String, Definition As Byte(), Properties As [Property]())
Parameters
Declaration
public void CreateModelAsync(BatchHeader BatchHeader, string Model, string Parent, byte[] Definition, Property[] Properties, object userState)
Public Sub CreateModelAsync(BatchHeader As BatchHeader, Model As String, Parent As String, Definition As Byte(), Properties As [Property](), userState As Object)
Parameters