STK ObjectsSend comments on this topic.
External Property (IAgAccessCnstrNoiseTemperature)
See Also
Windows





Windows & Linux

Description

External.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property External() As Boolean
[C#]
public bool External {get; set;}
[Managed C++]
public: __property bool get_External();
public: __property void set_External( bool );
[Unmanaged C++]
public: HRESULT get_External(
    VARIANT_BOOL * pVal
);
public: HRESULT put_External(
    VARIANT_BOOL External
);
[Java]
public bool getExternal();
public void setExternal(
    bool
);
[Python - STK API ]
@property
def External(self) -> bool:

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

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.