C-DEngine 5.105

nmiCtrlPicture..::..LastSeqNo Property

Sets the last sequence number for the film strip. Images must be named "NAMExxxxx".png". Name is set by "Value" or "Source" and the xxxxx will be replaced by a number fom 0 to LastSeqNo

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int LastSeqNo { get; set; }
Public Property LastSeqNo As Integer
	Get
	Set
public:
property int^ LastSeqNo {
	int^ get ();
	void set (int^ value);
}