Click or drag to resize
SequenceExtensionGetDependentPropertyID Method
If you wish to get value of some property when generating serial, return that property's id here so it value will be provided at PeakNextValue and GenerateNextValue calls.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public virtual int GetDependentPropertyID()

Return Value

Type: Int32
ID of the property whose value to provide in PeakNextValue(CTProject, String) and GenerateNextValue(CTProject, String, String) methods. -1 to not provide value of any property.
See Also