AGI STK Objects 11Send comments on this topic.
InheritFromScenario Property (IAgSnGraphics)
See Also 
Windows






Windows & Linux

Description

Opt whether sensor 2D graphics are to be inherited from Scenario-level settings.

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 * pRetVal
);
public: HRESULT put_InheritFromScenario(
   VARIANT_BOOL NewInheritFromScenario
);
[Java]
public bool getInheritFromScenario();public void setInheritFromScenario(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.