STK ObjectsSend comments on this topic.
Override Property (IAgVeAttExternal)
See Also
Windows





Windows & Linux

Description

Opt whether to override times contained in the external file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Override() As Boolean
[C#]
public bool Override {get; set;}
[Managed C++]
public: __property bool get_Override();
public: __property void set_Override( bool );
[Unmanaged C++]
public: HRESULT get_Override(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Override(
    VARIANT_BOOL Override
);
[Java]
public bool getOverride();
public void setOverride(
    bool
);
[Python - STK API ]
@property
def Override(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.