STK Graphics PrimitivesSend comments on this topic.
PersistenceDuration Property (IAgStkGraphicsVectorPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum duration 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 PersistenceDuration
);
[Java]
public double getPersistenceDuration();
public void setPersistenceDuration(
    double
);
[Python - STK API ]
@property
def PersistenceDuration(self) -> float:

@PersistenceDuration.setter
def PersistenceDuration(self, PersistenceDuration:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.