STK AstrogatorSend comments on this topic.
OverrideSegmentSettings Property (IAgVARadiationPressureFunction)
See Also
Windows





Windows & Linux

Description

This property is deprecated. True to use Ck and area values defined on this component for radiation pressure computations, rather than those defined in the MCS segments.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OverrideSegmentSettings() As Boolean
[C#]
public bool OverrideSegmentSettings {get; set;}
[Managed C++]
public: __property bool get_OverrideSegmentSettings();
public: __property void set_OverrideSegmentSettings( bool );
[Unmanaged C++]
public: HRESULT get_OverrideSegmentSettings(
    VARIANT_BOOL * pVal
);
public: HRESULT put_OverrideSegmentSettings(
    VARIANT_BOOL InVal
);
[Java]
public bool getOverrideSegmentSettings();
public void setOverrideSegmentSettings(
    bool
);
[Python - STK API ]
@property
def OverrideSegmentSettings(self) -> bool:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.