| SoLDMMediatorRegisterNode Method |
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.37.0 (9.9.37.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void RegisterNode(
SbPair<SoDataSet, int> dsIdPair,
bool sync
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub RegisterNode (
dsIdPair As SbPair(Of SoDataSet, Integer),
sync As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void RegisterNode(
SbPair<SoDataSet^, int>^ dsIdPair,
bool sync
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member RegisterNode :
dsIdPair : SbPair<SoDataSet, int> *
sync : bool -> unit
Parameters
- dsIdPair
- Type: OIV.Inventor.GenericSbPairSoDataSet, Int32
- sync
- Type: SystemBoolean
Remarks
See Also