STK ObjectsSend comments on this topic.
Segments Property (IAgVePropagatorSPICE)
See Also
Windows





Windows & Linux

Description

Get the segment list.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Segments() As IAgVeSegmentsCollection
[C#]
public IAgVeSegmentsCollection Segments {get;}
[Managed C++]
public: __property IAgVeSegmentsCollection ^ get_Segments();
[Unmanaged C++]
public: HRESULT get_Segments(
    IAgVeSegmentsCollection ** ppVal
);
[Java]
public IAgVeSegmentsCollection getSegments();
[Python - STK API ]
@property
def Segments(self) -> "IAgVeSegmentsCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.