Artemis.Profiles.ProfileModel.ProfileModel C# (CSharp) Method

ProfileModel() public method

public ProfileModel ( ) : System
return System
        public ProfileModel()
        {
            Layers = new ChildItemCollection<ProfileModel, LayerModel>(this);
            DrawingVisual = new DrawingVisual();
        }