GlueShapesInContainer

GlueShapesInContainer(long, string, string, long)

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

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

関連項目


GlueShapesInContainer(long, int, int, long)

container の形を接着します

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

関連項目