SetSelected
TheSetSelectedmethod specifies whether this facet is currently being selected within its containing part.
void SetSelected (in ODBoolean isSelected);
isSelectedkODTrueif this facet is currently being selected within its containing part, otherwisekODFalse.DISCUSSION
The selection criteria for facet selection is specific to the containing part that calls this method.SEE ALSO
TheODFacet::IsSelectedmethod (page 252).