DiagramItem.SetItem Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetItem(ShapeElement) | Sets the DiagramItem to represent the specified ShapeElement. | |
SetItem(LinkShape, LineSegment) | Set the DiagramItem to represent the specified LineSegment | |
SetItem(ShapeElement, ShapeField) | Sets the DiagramItem to represent the specified ShapeField. | |
SetItem(LinkShape, LineSegment, AnchorPoint) | Set the DiagramItem to represent the specified LineSegment's anchor point | |
SetItem(ShapeElement, ShapeField, ShapeSubField) | Sets the DiagramItem to represent the specified ShapeSubField. |
Top