StartShapeConnectedTo

Connector.StartShapeConnectedTo property

Returns or sets the shape to attach the beginning of the connector to. Read/write IShape.

public IShape StartShapeConnectedTo { get; set; }

Exceptions

exceptioncondition
ArgumentExceptionThrown when connected shape doesn’t has any connection sites (IShape.ConnectionSiteCount equals zero)

See Also