EndShapeConnectedTo

IConnector.EndShapeConnectedTo property

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

public IShape EndShapeConnectedTo { get; set; }

Exceptions

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

See Also