AGI STK Objects 11 Send comments on this topic.
TimePeriodType Property (IAgExportToolTimePeriod)
See Also 





Description

Specifies the time period type to use.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimePeriodType() As AgEExportToolTimePeriod

[C#]
public AgEExportToolTimePeriod TimePeriodType {get; set;}

[Managed C++]
public: __property AgEExportToolTimePeriod get_TimePeriodType();
public: __property void set_TimePeriodType(
AgEExportToolTimePeriod
);

[Unmanaged C++]
public: HRESULT get_TimePeriodType(
AgEExportToolTimePeriod * pRetVal
);
public: HRESULT put_TimePeriodType(
AgEExportToolTimePeriod NewTimePeriodType
);

[Java]
public AgEExportToolTimePeriod getTimePeriodType();public void setTimePeriodType(
AgEExportToolTimePeriod
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1