STK ObjectsSend comments on this topic.
Inherit Property (IAgRadarCrossSectionInheritable)
See Also
Windows





Windows & Linux

Description

Gets or set the option to inherit the radar cross section from the scenario object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Inherit() As Boolean
[C#]
public bool Inherit {get; set;}
[Managed C++]
public: __property bool get_Inherit();
public: __property void set_Inherit( bool );
[Unmanaged C++]
public: HRESULT get_Inherit(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Inherit(
    VARIANT_BOOL val
);
[Java]
public bool getInherit();
public void setInherit(
    bool
);
[Python - STK API ]
@property
def Inherit(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.