STK Vector Geometry ToolSend comments on this topic.
Labels Property (IAgCrdnEventIntervalList)
See Also
Windows





Windows & Linux

Description

Get the label descriptions associated with the interval list.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Labels() As System.Array
[C#]
public System.Array Labels {get;}
[Managed C++]
public: __property System::Array get_Labels();
[Unmanaged C++]
public: HRESULT get_Labels(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getLabels();
[Python - STK API ]
@property
def Labels(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.