DBmodifySegmentSelectability

Top  Previous  Next

Segment make not selectable.

With the construction of the selection list with the functions which search the data bank according to selection criteria it is relevant which segments are included in the search. A segment is included always in the search when it has put the Flag for Selektierbarkeit. This can happen with the function DBsegmentSelectability. While generating a segment this is put on selectable.

Parametre

segment (PSEGMENT) [IN]

The trading of the segment which should be manipulated.

newSelectability (BOOLEAN) [IN]

The new selection status. With TRUE the segment is included in the searches, with FALSE it becomes with the search gone over.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBmodifySegmentSelectability (

PSEGMENT segment,

BOOLEAN newSelectability

);

Related functions

DBmodifyObjectSettings

DBmodifyPlanSettings

DBmodifyPointSettings

DBmodifyPointElementSettings

DBmodifySegmentSettings

DBmodifyStringSettings

DBmodifySymbolSettings

DBmodifyTextSettings

DBmodifyTextString