GlueShapesInContainer

GlueShapesInContainer(long, string, string, long)

接続名 を使用してコンテナー内の形状を接着します

public void GlueShapesInContainer(long shapeFromId, string shapeToBeginConnectionName, 
    string shapeToEndConnectionName, long shapeToId)
パラメータタイプ説明
shapeFromIdInt64接着元の形状のIDShape.
shapeToBeginConnectionNameString接着する最初の接続名の場所。
shapeToEndConnectionNameString接着するエンド コネクション名の位置。
shapeToIdInt64接着する形状の IDShape.

関連項目


GlueShapesInContainer(long, int, int, long)

container の形を接着します

public void GlueShapesInContainer(long shapeFromId, int shapeToBeginConnectionIndex, 
    int shapeToEndConnectionIndex, long shapeToId)
パラメータタイプ説明
shapeFromIdInt64接着元の形状のIDShape.
shapeToBeginConnectionIndexInt32接着する最初の接続インデックス上の位置。
shapeToEndConnectionIndexInt32接着するエンド コネクション インデックス上の位置。
shapeToIdInt64接着する形状の IDShape.

関連項目