AnchorPoint.GetSelectable Method

Returns a value indicating whether this anchor point is selectable.

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

Syntax

'Declaration
Public Function GetSelectable ( _
    parentShape As ShapeElement, _
    segment As LineSegment _
) As Boolean
public bool GetSelectable(
    ShapeElement parentShape,
    LineSegment segment
)
public:
bool GetSelectable(
    ShapeElement^ parentShape, 
    LineSegment^ segment
)
member GetSelectable : 
        parentShape:ShapeElement * 
        segment:LineSegment -> bool
public function GetSelectable(
    parentShape : ShapeElement, 
    segment : LineSegment
) : boolean

Parameters

Return Value

Type: Boolean

Remarks

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

.NET Framework Security

See Also

Reference

AnchorPoint Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace