STK Graphics PrimitivesSend comments on this topic.
Duration Property (IAgStkGraphicsDurationPathPrimitiveUpdatePolicy)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum duration that a point will lie on the line.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Duration() As Double
[C#]
public double Duration {get; set;}
[Managed C++]
public: __property double get_Duration();
public: __property void set_Duration( double );
[Unmanaged C++]
public: HRESULT get_Duration(
    double * pRetVal
);
public: HRESULT put_Duration(
    double Duration
);
[Java]
public double getDuration();
public void setDuration(
    double
);
[Python - STK API ]
@property
def Duration(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.