AGI STK Objects 11 Send comments on this topic.
EnableAccessTimes Property (IAgSnPtTargeted)
See Also 
Windows






Windows & Linux

Description

Opt whether to use periods of access between the sensor and its target(s) as target times.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_EnableAccessTimes();
public: __property void set_EnableAccessTimes(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableAccessTimes(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableAccessTimes(
VARIANT_BOOL NewEnableAccessTimes
);

[Java]
public bool getEnableAccessTimes();public void setEnableAccessTimes(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface