STK ObjectsSend comments on this topic.
Item Property (IAgBeerBouguerLambertLawLayerCollection)
See Also
index
Windows





Windows & Linux

Description

Given an index, returns the element in the collection.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal index As Integer _
) As IAgBeerBouguerLambertLawLayer
[C#]
public IAgBeerBouguerLambertLawLayer this[
    int index
] {get;}
[Managed C++]
public: __property IAgBeerBouguerLambertLawLayer^ get_Item(
    int index
);
[Unmanaged C++]
public: HRESULT get_Item(
    int index,
    IAgBeerBouguerLambertLawLayer* ppRetVal
);
[Java]
public IAgBeerBouguerLambertLawLayer getItem(
    Integer index
);
[Python - STK API ]
@property
def Item(self) -> "IAgBeerBouguerLambertLawLayer":

Parameters

index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.