LinePatternSegment(LinePatternSegmentType, Double)
Constructor
Description:
Creates a line pattern segment with given type and length.
Creates a line pattern segment with given type and length.
Parameters
| Parameter | Type | Description |
|---|---|---|
| type | LinePatternSegmentType | The segment type. |
| length | Double | The length. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |