ConnectShapesViaConnector

ConnectShapesViaConnector(Shape, ConnectionPointPlace, Shape, ConnectionPointPlace, Shape)

Vormen verbinden via connector.

public void ConnectShapesViaConnector(Shape shapeFrom, ConnectionPointPlace placeFrom, 
    Shape shapeTo, ConnectionPointPlace placeTo, Shape connector)
ParameterTypeBeschrijving
shapeFromShapeDe vorm waar de verbindingslijn begintShape.
placeFromConnectionPointPlaceDe locatie op de eerste shape waar de connector wordt aangeslotenConnectionPointPlace.
shapeToShapeDe vorm waar de connector eindigtShape.
placeToConnectionPointPlaceDe locatie op de tweede shape waar de connector wordt aangeslotenConnectionPointPlace.
connectorShapeDe vorm met type Dynamische connectorShape.

Zie ook


ConnectShapesViaConnector(long, ConnectionPointPlace, long, ConnectionPointPlace, long)

Vormen verbinden via connector.

public void ConnectShapesViaConnector(long shapeFromId, ConnectionPointPlace placeFrom, 
    long shapeToId, ConnectionPointPlace placeTo, long connectorId)
ParameterTypeBeschrijving
shapeFromIdInt64De ID van de shape waar de connector begintShape.
placeFromConnectionPointPlaceDe locatie op de eerste shape waar de connector wordt aangeslotenConnectionPointPlace.
shapeToIdInt64De ID van de shape waar de connector eindigtShape.
placeToConnectionPointPlaceDe locatie op de tweede shape waar de connector wordt aangeslotenConnectionPointPlace.
connectorIdInt64De ID van vorm met type dynamische connectorShape.

Zie ook


ConnectShapesViaConnector(long, string, long, string, long)

Vormen verbinden via connector.

public void ConnectShapesViaConnector(long shapeFromId, string fromConnectionName, long shapeToId, 
    string toConnectionName, long connectorId)
ParameterTypeBeschrijving
shapeFromIdInt64De ID van de shape waar de connector begintShape.
fromConnectionNameStringDe naam van de verbinding op de eerste shape waar de connector wordt aangesloten.
shapeToIdInt64De ID van de shape waar de connector eindigtShape.
toConnectionNameStringDe verbindingsnaam op de tweede shape waar de connector wordt aangesloten.
connectorIdInt64De ID van vorm met type dynamische connectorShape.

Zie ook