2027 Method
Changes 0
M

Category.SetLinePatternId

Description:
Sets the line pattern id associated with this category for the given graphics style type.
Remarks:
  • The line pattern id will be one of the following:
  • A negative value (representing a built-in line pattern); this value can only be obtained via GetLinePatternId
  • The id of a LinePatternElement
public void SetLinePatternId(
	ElementId linePatternId,
	GraphicsStyleType graphicsStyleType
)
  • linePatternId
    The line pattern id for the graphics style.
  • graphicsStyleType
    The type of graphics style.