AGI STK VGT 11 Send comments on this topic.
UseAbsoluteIncrement Property (IAgCrdnEventIntervalScaled)
See Also 





Description

Specify whether to use absolute or relative increment.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseAbsoluteIncrement() As Boolean

[C#]
public bool UseAbsoluteIncrement {get; set;}

[Managed C++]
public: __property bool get_UseAbsoluteIncrement();
public: __property void set_UseAbsoluteIncrement(
bool
);

[Unmanaged C++]
public: HRESULT get_UseAbsoluteIncrement(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseAbsoluteIncrement(
VARIANT_BOOL NewUseAbsoluteIncrement
);

[Java]
public bool getUseAbsoluteIncrement();public void setUseAbsoluteIncrement(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1