STK Graphics PrimitivesSend comments on this topic.
Item Property (IAgStkGraphicsPathPrimitive)
See Also
Index
Windows





Windows & Linux

Description

Returns the point at the given zero-based index.

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(
    int Index,
    IAgStkGraphicsPathPoint* ppRetVal
);
[Java]
public IAgStkGraphicsPathPoint getItem(
    Integer Index
);
[Python - STK API ]
@property
def Item(self) -> "IAgStkGraphicsPathPoint":

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.