ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface
Properties Methods

In This Topic
    ISymbolFactory Interface Members
    In This Topic

    The following tables list the members exposed by ISymbolFactory.

    Public Properties
     NameDescription
     Property Gets the default fill.  
     Property Gets the default font name and style name.  
     Property Gets the default line symbol.  
     Property Gets the default marker.  
     Property Gets the default material.  
     Property Gets the default CIMMeshEdge.  
     Property Gets the default mesh symbol.  
     Property Gets the default point symbol.  
     Property Gets the default polygon symbol.  
     Property Gets the default size.  
     Property Gets the default stroke.  
     Property Gets the default text symbol.  
     Property Gets the default width.  
    Top
    Public Methods
     NameDescription
     MethodConstructs a fill. The default color is ColorFactory.GreyRGB.  
     MethodOverloaded.   
     MethodOverloaded.   
     MethodOverloaded.   
     MethodOverloaded.   
     Method Constructs a marker from a bitmap source.  
     Method Constructs a marker from file. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Constructs a marker from a stream.  
     Method Constructs the marker outline for the given marker style. This method must be called on the MCT. Use QueuedTask.Run.  
     MethodOverloaded.   
     MethodOverloaded.   
     MethodOverloaded.   
     Method Constructs a picture fill with the specified parameters.  
     MethodOverloaded.   
     MethodOverloaded.   
     Method Constructs a polygon symbol in the specified color representing a pen and ink cross hatch effect. See https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/please-steal-this-pen-and-ink-style/  
     Method Constructs a polygon symbol in the specified color representing a pen and ink ripple water fill. See https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/please-steal-this-pen-and-ink-style/  
     Method Constructs a polygon symbol in the specified color representing a pen and ink stipple effect. See https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/please-steal-this-pen-and-ink-style/  
     Method Create a symbol reference with a procedural symbol layer for a rule package. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Constructs a solid fill of specific color.  
     MethodOverloaded.   
     MethodOverloaded.   
     MethodOverloaded.   
     Method Gets the list of available fonts.  
     Method Builds a symbol from a dictionary. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Populate the associated rule package description. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Checks the compatibility of the rule package geometry with the feature layer shape type for use as a renderer. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Checks if the underlying shape type of the layer features is supported for use with rule package renderers. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also