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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.