LineSegmentAccessibleObject Constructor (LinkShape^, LineSegment^, DiagramClientView^)
Visual Studio 2015
Initializes a new instance of the FieldAccessibleObject class
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public:
LineSegmentAccessibleObject(
LinkShape^ shapeElement,
LineSegment^ segment,
DiagramClientView^ diagramClientView
)
Parameters
- shapeElement
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::LinkShape^
The LinkShape that contains the LineSegment to represent.
- segment
- Type: Microsoft.VisualStudio.Modeling.Diagrams::LineSegment^
- diagramClientView
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^
The view the accessible object is for.
- seg,emt
The LineSegment this object represents.
Show: