Enum 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

NameValueDescription
RightAngle0RightAngle.
StraightLines1StraightLines.
CurvedLines2CurvedLines.
Undefined-2147483648Undefined.

See Also