SoLDMTileManagerEndNumDataNotify Method (Boolean, Boolean, Boolean) |
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual void EndNumDataNotify(
bool isAdded,
bool sync,
bool shouldInit
)
Public Overridable Sub EndNumDataNotify (
isAdded As Boolean,
sync As Boolean,
shouldInit As Boolean
)
public:
virtual void EndNumDataNotify(
bool isAdded,
bool sync,
bool shouldInit
)
abstract EndNumDataNotify :
isAdded : bool *
sync : bool *
shouldInit : bool -> unit
override EndNumDataNotify :
isAdded : bool *
sync : bool *
shouldInit : bool -> unit
Parameters
- isAdded
- Type: SystemBoolean
- sync
- Type: SystemBoolean
- shouldInit
- Type: SystemBoolean
See Also