ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMPolygonSymbol Class
Properties Methods Events


In This Topic
    CIMPolygonSymbol Class Members
    In This Topic

    The following tables list the members exposed by CIMPolygonSymbol.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets whether polygon symbol fills align to the map or to the display when a rotation is applied to the map.  
    Public Property Gets or sets the geometric effects that are applied to the symbol. (Inherited from ArcGIS.Core.CIM.CIMMultiLayerSymbol)
    Public Property Gets or sets the symbol layers. Symbol layers are the components that make up a symbol. A symbol layer is represented by a stroke, fill, marker, or procedural symbol layer. (Inherited from ArcGIS.Core.CIM.CIMMultiLayerSymbol)
    Public Property Gets or sets the representative image of the symbol as a base64 encoded string. (Inherited from ArcGIS.Core.CIM.CIMMultiLayerSymbol)
    Public Property Gets or sets a value indicating whether the symbol size properties are rendered using real world units or page units. When set to true the symbol will draw using real world units (e.g. meters). (Inherited from ArcGIS.Core.CIM.CIMMultiLayerSymbol)
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMPolygonSymbol.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMPolygonSymbol with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMPolygonSymbol and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method Gets color of a symbol.
    Public Extension Method Gets outline color of a polygon symbol.
    Public Extension Method Gets size of a symbol.
    Public Extension Method Determines whether a symbol color is in mixed state.
    Public Extension Method Determines whether a polygon symbol outline color is in mixed state.
    Public Extension Method Makes symbol reference for a symbol.
    Public Extension Method Sets color of a symbol.
    Public Extension Method Sets the outline color of a polygon symbol.
    Public Extension Method Sets whether symbol should be displayed with real world size or with fixed screen size.
    Public Extension Method Sets size of a symbol.
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also