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





Windows & Linux

Description

Given an index, returns an element in the collection.

Property type

Read-only property

Syntax

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

Parameters

index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.