AGI STK Graphics Plugins 11Send comments on this topic.
UpdateDeltaInSecs Property (IAgStkGraphicsPluginProjectionStreamContext)
See Also 
Windows






Windows & Linux

Description

Gets the update interval in seconds.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UpdateDeltaInSecs() As Double
[C#]
public double UpdateDeltaInSecs {get; set;}
[Managed C++]
public: __property double get_UpdateDeltaInSecs();
public: __property void set_UpdateDeltaInSecs(
   double
);
[Unmanaged C++]
public: HRESULT get_UpdateDeltaInSecs(
   double * pRetVal
);
public: HRESULT put_UpdateDeltaInSecs(
   double NewUpdateDeltaInSecs
);
[Java]
public double getUpdateDeltaInSecs();public void setUpdateDeltaInSecs(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.