AGI STK Graphics 11Send comments on this topic.
PersistenceDuration Property (IAgStkGraphicsAxesPrimitive)
See Also 
Windows






Windows & Linux

Description

Gets or Sets the maximum length (in seconds) of the persistence path.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PersistenceDuration() As Double
[C#]
public double PersistenceDuration {get; set;}
[Managed C++]
public: __property double get_PersistenceDuration();
public: __property void set_PersistenceDuration(
   double
);
[Unmanaged C++]
public: HRESULT get_PersistenceDuration(
   double * pRetVal
);
public: HRESULT put_PersistenceDuration(
   double NewPersistenceDuration
);
[Java]
public double getPersistenceDuration();public void setPersistenceDuration(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.