'Declaration <DescriptionAttribute("A value indicating whether the annotation can be selected.")> <DefaultValueAttribute(True)> Public Property CanSelect As Boolean
[Description("A value indicating whether the annotation can be selected.")] [DefaultValue(True)] public bool CanSelect { get; set; }
[Description("A value indicating whether the annotation can be selected.")] [DefaultValue(True)] public: __property bool get_CanSelect(); public: __property void set_CanSelect(
bool value
);
[Description("A value indicating whether the annotation can be selected.")] [DefaultValue(True)] public:
property bool CanSelect { bool get(); void set(bool value); }
Property Value
True - annotation can be selected in viewer; false - annotation cannot be selected in viewer.
Default value is True.
Default value is True.