AGI STK Objects 11 Send comments on this topic.
Inherit Property (IAgStkAccessGraphics)
See Also 





Description

Specifies whether the Access graphics inherit from the Scenario. Otherwise they can be set locally for this 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 * pRetVal
);
public: HRESULT put_Inherit(
VARIANT_BOOL NewInherit
);

[Java]
public bool getInherit();public void setInherit(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1