STK Vector Geometry ToolSend comments on this topic.
RelativeIncrement Property (IAgCrdnEventIntervalScaled)
See Also
Windows





Windows & Linux

Description

The relative increment value from which absolute increment is obtained by multiplying relative value by interval duration. The resulting absolute increment creates a new interval by expanding (or shortening if negative) the original interval by shifting its start/stop times equally by half of specified increment value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RelativeIncrement() As Double
[C#]
public double RelativeIncrement {get; set;}
[Managed C++]
public: __property double get_RelativeIncrement();
public: __property void set_RelativeIncrement( double );
[Unmanaged C++]
public: HRESULT get_RelativeIncrement(
    double * pRetVal
);
public: HRESULT put_RelativeIncrement(
    double RelativeIncrement
);
[Java]
public double getRelativeIncrement();
public void setRelativeIncrement(
    double
);
[Python - STK API ]
@property
def RelativeIncrement(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.