Click or drag to resize

ModelGetNextObjectIdTModelingObject Method

Gets the next id of a type of ModelingObject. DO NOT CALL THIS METHOD BEFORE MODEL IS FULLY LOADED.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public int GetNextObjectId<TModelingObject>()
where TModelingObject : ModelingObject

Type Parameters

TModelingObject

Return Value

Type: Int32
See Also