Public Overridable Sub ScheduleTimelineGetTimes( _
ByVal As String, _
ByRef As Double, _
ByRef As Double, _
ByRef As eCG_TimelineState _
)
public virtual void ScheduleTimelineGetTimes(
string ,
out double ,
out double ,
out eCG_TimelineState
)
public procedure ScheduleTimelineGetTimes(
: String;
Out : Double;
Out : Double;
Out : eCG_TimelineState
); virtual;
public: virtual void ScheduleTimelineGetTimes(
BSTR* ,
[PARAMFLAG::Out] double ,
[PARAMFLAG::Out] double ,
[PARAMFLAG::Out] eCG_TimelineState
)