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






Windows & Linux

Description

Opt whether to use the position offset from the parent object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InheritFromParentObj() As Boolean

[C#]
public bool InheritFromParentObj {get; set;}

[Managed C++]
public: __property bool get_InheritFromParentObj();
public: __property void set_InheritFromParentObj(
bool
);

[Unmanaged C++]
public: HRESULT get_InheritFromParentObj(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_InheritFromParentObj(
VARIANT_BOOL NewInheritFromParentObj
);

[Java]
public bool getInheritFromParentObj();public void setInheritFromParentObj(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface