AnchorPoint.GetSelectable(ShapeElement, LineSegment) Method

Definition

Returns a value indicating whether this anchor point is selectable.

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

Parameters

parentShape
ShapeElement

The LinkShape that the AnchorPoint belongs to.

segment
LineSegment

The LineSegment that the AnchorPoint belongs to.

Returns

true if this anchor point is selectable.

Applies to