STK ObjectsSend comments on this topic.
Sections Property (IAgDrResult)
See Also
Windows





Windows & Linux

Description

Returns a collection of sections.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.