Enum FindRefineMode
Mode for GetChildLineageFromPoint(Point, out FindRefineMode) search postprocessing.
public enum FindRefineMode
Fields
ContinueForeignChildren = 3Indicates that the found lineage/element is unusable and that the search should instead be continued on children of the current flavor element that have a foreign flavor.
None = 0No additional search is needed.
SearchAll = 2An additional search is needed and no assumption should be made regarding the relationship of the elements in the search and their geometric structure.
SearchForElement = 4Specifies that the returned lineage FlavorElement at the specified point should be searched in the flavor subtree by using the CanReplace(FlavorElement) method.
SearchHierarchy = 1An additional search is needed and the assumption should be made that the hierarchical relationship of elements in the search is reflected by their geometric structure.