Category.GetLineWeight
Description:
Retrieves the line weight assigned to the category for the given graphics style type.
Retrieves the line weight assigned to the category for the given graphics style type.
public int? GetLineWeight(
GraphicsStyleType graphicsStyleType
)
-
graphicsStyleTypeThe type of graphics style.
Return Value
Nullable<Int32>
Nullable Int32
-
Thrown when the input argument-"graphicsStyleType"-is out of range.