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





Windows & Linux

Description

Get the labels associated with the interval list.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.