Eyeshot 10 WPF API Reference
Selectable Property (ObjectManipulatorPartProperties)

WPF Assembly > devDept.Eyeshot Namespace > ObjectManipulatorPartProperties Class : Selectable Property
if true, the part is selectable and is drawn with its Color, else it's not selectable and drawn with grey color.
Syntax
'Declaration
 
Public Property Selectable As Boolean
public bool Selectable {get; set;}
Remarks
You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
See Also

Reference

ObjectManipulatorPartProperties Class
ObjectManipulatorPartProperties Members