HaloMap.RawData.Model.Model C# (CSharp) Method

Model() public method

Initializes a new instance of the Model class.
public Model ( ) : System
return System
        public Model()
        {
            containerType = RawDataContainerType.Model;
        }