STK Graphics PrimitivesSend comments on this topic.
Children Property (IAgStkGraphicsKmlContainer)
See Also
Windows





Windows & Linux

Description

The collection of KmlFeatures that are children of this container.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Children() As IAgStkGraphicsKmlFeatureCollection
[C#]
public IAgStkGraphicsKmlFeatureCollection Children {get;}
[Managed C++]
public: __property IAgStkGraphicsKmlFeatureCollection ^ get_Children();
[Unmanaged C++]
public: HRESULT get_Children(
    IAgStkGraphicsKmlFeatureCollection ** ppRetVal
);
[Java]
public IAgStkGraphicsKmlFeatureCollection getChildren();
[Python - STK API ]
@property
def Children(self) -> "IAgStkGraphicsKmlFeatureCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.