| SoLDMMediatorUnregisterNode Method (SbPairSoDataSet, Int32, SoLDMMediator) |
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.37.0 (9.9.37.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void UnregisterNode(
SbPair<SoDataSet, int> dsIdPair,
SoLDMMediator newMediator
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub UnregisterNode (
dsIdPair As SbPair(Of SoDataSet, Integer),
newMediator As SoLDMMediator
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void UnregisterNode(
SbPair<SoDataSet^, int>^ dsIdPair,
SoLDMMediator^ newMediator
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member UnregisterNode :
dsIdPair : SbPair<SoDataSet, int> *
newMediator : SoLDMMediator -> unit
Parameters
- dsIdPair
- Type: OIV.Inventor.GenericSbPairSoDataSet, Int32
- newMediator
- Type: OIV.LDMSoLDMMediator
Remarks
See Also