STK Graphics PrimitivesSend comments on this topic.
Item Property (IAgStkGraphicsPathPointCollection)
See Also
Index
A position of the path point in the collection.
Windows





Windows & Linux

Description

Returns a path point at the specified position in the collection.

Property type

Read-only property

Syntax

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

Parameters

Index
A position of the path point in the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.