Click or drag to resize
SoLDMMediatorLDMManagerAccess Class

Data set LDM manager access.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.LDMSoLDMMediatorLDMManagerAccess

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public class LDMManagerAccess : SoNetBase

The SoLDMMediatorLDMManagerAccess type exposes the following members.

Constructors
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
Remarks

This class contains all functions in charge of setting/getting LDM managers. The LDM manager classes are declared SoEXTENDER and are provided to allow advanced users to customize LDM functionality.

See Also