STK Vector Geometry ToolSend 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 ReferenceType
);
[Java]
public AgECrdnSampledReferenceTime getReferenceType();
public void setReferenceType(
    AgECrdnSampledReferenceTime
);
[Python - STK API ]
@property
def ReferenceType(self) -> "AgECrdnSampledReferenceTime":

@ReferenceType.setter
def ReferenceType(self, ReferenceType:"AgECrdnSampledReferenceTime") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.