ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMPictureStroke Class


In This Topic
    CIMPictureStroke Class Properties
    In This Topic

    For a list of all members of this type, see CIMPictureStroke members.

    Public Properties
     NameDescription
    Public Property Gets or sets the vertical anchor of the 3D line style applied to the stroke. This property is ignored for the Strip and Wall styles. (Inherited from ArcGIS.Core.CIM.CIMStroke)
    Public Property Gets or sets how the stroke should draw at the ends of the geometries. (Inherited from ArcGIS.Core.CIM.CIMStroke)
    Public Property Gets or sets a value indicating whether to close caps when drawing them in 3D. When set to false, the caps are hollow. (Inherited from ArcGIS.Core.CIM.CIMStroke)
    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 the color substitutions for the picture.  
    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 height. Used when the 3D line style is Rectangle. (Inherited from ArcGIS.Core.CIM.CIMStroke)
    Public Property Gets or sets how the symbol is drawn at the stroke segment connections. (Inherited from ArcGIS.Core.CIM.CIMStroke)
    Public Property Gets or sets how strokes will be rendered in 3D. (Inherited from ArcGIS.Core.CIM.CIMStroke)
    Public Property Gets or sets the maximum 'sharpness' that is allowed for Miter joins. If the spike created by the miter join exceeds the miter limit times the width of the stroke, the sharp angle will be clipped and rendered with a bevel join. This property is only applied to the symbol layer when the JoinType is set to Miter. (Inherited from ArcGIS.Core.CIM.CIMStroke)
    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 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 how the image is resampled.  
    Public Property Gets or sets the color that is applied as a tint to the image. The color is applied to the whole image. When the tint is set to white the image appears with its native colors.  
    Public Property Gets or sets the image that is used in the symbol layer. Typically a base64 encoded image.  
    Public Property Gets or sets the width of the stroke. (Inherited from ArcGIS.Core.CIM.CIMStroke)
    Top
    See Also