AnchorPoint::GetSelectable Method (ShapeElement^, LineSegment^)

 

Returns a value indicating whether this anchor point is selectable.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
bool GetSelectable(
	ShapeElement^ parentShape,
	LineSegment^ segment
)

Parameters

parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The LinkShape that the AnchorPoint belongs to.

segment
Type: Microsoft.VisualStudio.Modeling.Diagrams::LineSegment^

The LineSegment that the AnchorPoint belongs to.

Return Value

Type: System::Boolean

Returns a value that indicates whether this anchor point is selectable.

Return to top
Show: