Mode for GetChildLineageFromPoint(Point, FindRefineMode%) search postprocessing.
| C# | Visual Basic | Visual C++ |
public enum FindRefineMode
Public Enumeration FindRefineMode
public enum class FindRefineMode
| Member | Description |
|---|---|
| None |
No additional search is needed.
|
| SearchHierarchy |
An 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.
|
| SearchAll |
An additional search is needed and no assumption should be made regarding the relationship
of the elements in the search and their geometric structure.
|
| ContinueForeignChildren |
Indicates 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.
|
| SearchForElement |
Specifies that the returned lineage FlavorElement at the specified point
should be searched in the flavor subtree by using the CanReplace(FlavorElement)
method.
|
