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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface