Description
Returns a list of available profile/segment names.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property AvailableObjectNames() As System.Array
|
[C#] |
---|
public System.Array AvailableObjectNames {get;}
|
[Managed C++] |
---|
public: __property System::Array get_AvailableObjectNames();
|
[Unmanaged C++] |
---|
public: HRESULT get_AvailableObjectNames(
SAFEARRAY * * ppNewVal
);
|
[Java] |
---|
public AgSafeArray getAvailableObjectNames();
|
[Python - STK API] |
---|
@property
def AvailableObjectNames(self) -> list:
|
See Also