STK AstrogatorSend comments on this topic.
AvailableAttributeValues Property (IAgVAScriptingSegment)
See Also
Windows





Windows & Linux

Description

Returns a list of available attribute values.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.