AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_InheritFromParentObj(
    VARIANT_BOOL pVal
);
[Java]
public bool getInheritFromParentObj();
public void setInheritFromParentObj(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.