LineSegment.GetSelectable(ShapeElement) Method

Definition

Returns a value indicating whether this segment is selectable.

public:
 bool GetSelectable(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public bool GetSelectable (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
member this.GetSelectable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Public Function GetSelectable (parentShape As ShapeElement) As Boolean

Parameters

parentShape
ShapeElement

The link shape to which this segment belongs.

Returns

true if this segment is selectable.

Applies to