AGI STK Objects 11Send 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 * pRetVal
);
[Java]
public bool getHasChildren();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.