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


In This Topic
    CIMHatchFill Class Members
    In This Topic

    The following tables list the members exposed by CIMHatchFill.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether the color set at the basic properties level is applied to the symbol layer. If the symbol layer is color locked then changes made to the color in the basic properties will not be applied to the symbol layer. (Inherited from ArcGIS.Core.CIM.CIMSymbolLayer)
    Public Property Gets or sets whether the geometric effects that are applied to the symbol layer. Effects dynamically alter the feature geometry when the symbology is applied. Multiple effects applied to a symbol layer are rendered sequentially. (Inherited from ArcGIS.Core.CIM.CIMSymbolLayer)
    Public Property Gets or sets a value indicating whether the symbol layer is visible. The symbol layer draws only when enabled. Currently, an invisible layer is not considered in any transformations when in a 3D context. (Inherited from ArcGIS.Core.CIM.CIMSymbolLayer)
    Public Property Gets or sets the line symbol that is used to draw the hatch lines in the fill.  
    Public Property Gets or sets the internal name of the symbol layer used for symbol level drawing. (Inherited from ArcGIS.Core.CIM.CIMSymbolLayer)
    Public Property Gets or sets how much to move the stroke to a new X-position.  
    Public Property Gets or sets how much to move the stroke to a new Y-position.  
    Public Property Gets or sets a value indicating whether or not the symbol layer should overprint in press printing. (Inherited from ArcGIS.Core.CIM.CIMSymbolLayer)
    Public Property Gets or sets the primitive name. (Inherited from ArcGIS.Core.CIM.CIMSymbolLayer)
    Public Property Gets or sets the angle of rotation for all the strokes, in degrees.  
    Public Property Gets or sets the distance between the line symbols in the hatch pattern.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMHatchFill.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMHatchFill 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 CIMHatchFill 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
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also