STK ObjectsSend comments on this topic.
BoundaryObjects Property (IAgCvBoundsCustomBoundary)
See Also
Windows





Windows & Linux

Description

A list of STK Objects to be used as part of the coverage area.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.