ConnectorsTypeValue

ConnectorsTypeValue enumeration

May be one of the following values: RightAngle, StraightLines, or CurvedLines. Only relevant when WindowType is specified as Drawing or Sheet.

public enum ConnectorsTypeValue

Values

Name Value Description
RightAngle 0 RightAngle.
StraightLines 1 StraightLines.
CurvedLines 2 CurvedLines.
Undefined -2147483648 Undefined.

See Also