public interface IEntityIdProvider
extends com.scichart.core.framework.ICleanable
IBaseSceneEntity
Modifier and Type | Method and Description |
---|---|
int |
getEntityId()
Gets the next available Entity ID.
|
void |
releaseEntityId(int entityId)
Releases id and puts it back into pool of ids
|