SoLDMMediatorLDMManagerAccessSetTileVisitor Method (SoLDMTileVisitor, Boolean) |
Note: This API is now obsolete.
Allows you to provide an application-defined subclass of SoLDMTileVisitor.
Namespace: OIV.LDM
[ObsoleteAttribute("See documentation for more details")] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public void SetTileVisitor( SoLDMTileVisitor name_17684, bool ownedByUser )
Passing NULL sets the visitor to the LDM internal default visitor (SoLDMProximityVisitor). By default, LDM will not gain ownership of a custom tile visitor, but it is possible to let LDM handle the deletion of the tile visitor by passing false as the second parameter (ownedByUser). Note when a dataset is added under a MultiDataSeparator the mediator of this dataset is unregistered. The only mediator taken in account is the one associated to the MultiDataseparator and, as a result, custom tile visitor set previously is not available anymore. It is then mandatory to set this custom tile visitor on the global mediator.Obsoletesince Open Inventor 9700 LDM Tile Visitor is no longer used.