STK ObjectsSend 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
);
[Python - STK API ]
@property
def InheritFromParentObj(self) -> bool:

@InheritFromParentObj.setter
def InheritFromParentObj(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.