AGI STK VGT 11 Send comments on this topic.
SetStartTimeAndDuration Method (IAgCrdnEventIntervalSmartInterval)
See Also 
Epoch
DurationStr
Windows






Windows & Linux

Description

Sets the interval's start time and the interval's duration.

Syntax

[Visual Basic .NET]
Public Sub SetStartTimeAndDuration( _
   ByVal Epoch As System.Object, _
   ByVal DurationStr As String _
) 

[C#]
public void SetStartTimeAndDuration(
System.Object Epoch,
string DurationStr
);

[Managed C++]
public: void SetStartTimeAndDuration(
VARIANT Epoch,
String __gc ^ DurationStr
);

[Java]
public  setStartTimeAndDuration(
Variant Epoch,
String DurationStr
);

[Unmanaged C++]
public: HRESULT SetStartTimeAndDuration(
VARIANT Epoch,
BSTR DurationStr
);

Parameters

Epoch
DurationStr

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface