LineSegment.GetSelectable Method

Returns a value indicating whether this segment is selectable.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

LineSegment Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace