Returns a collection of sections.
Read-only property
[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": |