'DeclarationPublic Property CineIndex As System.Integer
public System.int CineIndex {get; set;}
'DeclarationPublic Property CineIndex As System.Integer
public System.int CineIndex {get; set;}
This acts as an index into CineFramesToDisplay and is therefore 0-based
If CineFramesToDisplay is null, then this property will be equal to Frame - 1