AGI STK VGT 11 Send comments on this topic.
UseStart Property (IAgCrdnEventStartStopTime)
See Also 





Description

Indicates whether to use start (true) or stop (false).

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseStart();
public: __property void set_UseStart(
bool
);

[Unmanaged C++]
public: HRESULT get_UseStart(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseStart(
VARIANT_BOOL NewUseStart
);

[Java]
public bool getUseStart();public void setUseStart(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1