Click or drag to resize
LDMManagerAccess Methods

The SoLDMMediatorLDMManagerAccess type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetNodeFrontManager

Returns a pointer to the application-defined subclass of SoLDMNodeFrontManager.

Public methodGetResourceManager
Calls GetResourceManager(-1).
Public methodGetResourceManager(Int32)

Returns a pointer to mediator's SoLDMResourceManager.

Public methodGetTileManager

Returns a pointer to the application-defined subclass of SoLDMTileManager.

Public methodGetTileVisitor Obsolete.

Returns a pointer to the application-defined subclass of SoLDMTileVisitor.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVVizGeometry Obsolete.

Returns a pointer to mediator's SoLDMGeometry.

Public methodIsTileVisitorOwnedByUser Obsolete.

Returns true if the attached tileVisitor set by the application is owned by it.

Public methodSetMediator

Allows you to provide an application-defined subclass of SoLDMMediator.

Public methodSetNodeFrontManager

Allows you to provide an application-defined subclass of SoLDMNodeFrontManager.

Public methodSetTileManager(SoLDMTileManager)
Calls SetTileManager(tilemgr, true).
Public methodSetTileManager(SoLDMTileManager, Boolean)

Allows you to provide an application-defined subclass of SoLDMTileManager.

Public methodSetTileVisitor(SoLDMTileVisitor) Obsolete.
Calls SetTileVisitor(name_17684, true).
Public methodSetTileVisitor(SoLDMTileVisitor, Boolean) Obsolete.

Allows you to provide an application-defined subclass of SoLDMTileVisitor.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also