AGI STK VGT 11 Send comments on this topic.
ReferenceType Property (IAgCrdnEventArrayFixedStep)
See Also 





Description

Specify the time reference from which fixed sampling time steps are taken. Note: selecting Start/Stop of each Interval resets the time reference for each interval, whereas other types maintain single reference for entire array.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceType() As AgECrdnSampledReferenceTime

[C#]
public AgECrdnSampledReferenceTime ReferenceType {get; set;}

[Managed C++]
public: __property AgECrdnSampledReferenceTime get_ReferenceType();
public: __property void set_ReferenceType(
AgECrdnSampledReferenceTime
);

[Unmanaged C++]
public: HRESULT get_ReferenceType(
AgECrdnSampledReferenceTime * pRetVal
);
public: HRESULT put_ReferenceType(
AgECrdnSampledReferenceTime NewReferenceType
);

[Java]
public AgECrdnSampledReferenceTime getReferenceType();public void setReferenceType(
AgECrdnSampledReferenceTime
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1