STK Vector Geometry ToolSend 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 UseStart
);
[Java]
public bool getUseStart();
public void setUseStart(
    bool
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.