STK ObjectsSend comments on this topic.
InheritFromScenario Property (IAgPlaceGraphics)
See Also
Windows





Windows & Linux

Description

Inheritable graphics attributes are inherited from the Scenario object instead of being set locally for the facility or place.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InheritFromScenario() As Boolean
[C#]
public bool InheritFromScenario {get; set;}
[Managed C++]
public: __property bool get_InheritFromScenario();
public: __property void set_InheritFromScenario( bool );
[Unmanaged C++]
public: HRESULT get_InheritFromScenario(
    VARIANT_BOOL * pInherit
);
public: HRESULT put_InheritFromScenario(
    VARIANT_BOOL pInherit
);
[Java]
public bool getInheritFromScenario();
public void setInheritFromScenario(
    bool
);
[Python - STK API ]
@property
def InheritFromScenario(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.