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






Windows & Linux

Description

The stop time offset value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopOffset() As Double
[C#]
public double StopOffset {get; set;}
[Managed C++]
public: __property double get_StopOffset();
public: __property void set_StopOffset( double );
[Unmanaged C++]
public: HRESULT get_StopOffset(
    double * pRetVal
);
public: HRESULT put_StopOffset(
    double StopOffset
);
[Java]
public double getStopOffset();
public void setStopOffset(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.