CreateFillStyle(name)

Returns the FillStyle object that represents a fill style used to display area features. The string argument name specifies the style name. The object will not be added to the Library::FillStyles collection. To add a style to the GDB library, it is necessary to set the properties of the created FillStyle object and add it to the Library::FillStyles collection by the Append method. The created style can be used only after it has been added to the Library::FillStyles collection.