STK ObjectsSend comments on this topic.
HasChildren Property (IAgStkObject)
See Also
Windows





Windows & Linux

Description

Returns true if the object has direct descendants.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property HasChildren() As Boolean
[C#]
public bool HasChildren {get;}
[Managed C++]
public: __property bool get_HasChildren();
[Unmanaged C++]
public: HRESULT get_HasChildren(
    VARIANT_BOOL * pHasChildren
);
[Java]
public bool getHasChildren();
[Python - STK API ]
@property
def HasChildren(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.