'Declaration Public Function CreateModel( _ ByVal BatchHeader As BatchHeader, _ ByVal Model As String, _ ByVal Parent As String, _ ByVal Definition() As Byte, _ ByVal Properties() As Property, _ ByRef Warnings() As Warning _ ) As ServerInfoHeader
public ServerInfoHeader CreateModel( BatchHeader BatchHeader, string Model, string Parent, byte[] Definition, Property[] Properties, out Warning[] Warnings )
Parameters
- BatchHeader
- Model
- Parent
- Definition
- Properties
- Warnings