PurplePen.DescriptionCourseObj.CreateSymDef C# (CSharp) Method

CreateSymDef() protected method

protected CreateSymDef ( Map map, SymColor symColor ) : SymDef
map Map
symColor SymColor
return SymDef
        protected override SymDef CreateSymDef(Map map, SymColor symColor)
        {
            throw new NotSupportedException("not supported");
        }