AGI STK VGT 11Send comments on this topic.
StartOffset Property (IAgCrdnEventIntervalFixedDuration)
See Also 
Windows






Windows & Linux

Description

The start time offset value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StartOffset() As Double
[C#]
public double StartOffset {get; set;}
[Managed C++]
public: __property double get_StartOffset();
public: __property void set_StartOffset(
   double
);
[Unmanaged C++]
public: HRESULT get_StartOffset(
   double * pRetVal
);
public: HRESULT put_StartOffset(
   double NewStartOffset
);
[Java]
public double getStartOffset();public void setStartOffset(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.