Click or drag to resize
SequenceExtensionPeakNextValue Method
Provide next value if possible.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public abstract string PeakNextValue(
	CTProject poActiveProject,
	string bsDependentPropVal
)

Parameters

poActiveProject
Type: CTProject
Currently active project
bsDependentPropVal
Type: SystemString
Value of current dependency property

Return Value

Type: String
Formatted serial
See Also