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
);
[Python - STK API ]
@property
def UseStart(self) -> bool:

@UseStart.setter
def UseStart(self, UseStart:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.