LineSegmentAccessibleObject Constructor (LinkShape^, LineSegment^, DiagramClientView^)

 

Initializes a new instance of the FieldAccessibleObject class

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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.

Return to top
Show: