STK Vector Geometry ToolSend comments on this topic.
ScalarNames Property (IAgCrdnParameterSet)
See Also
Windows





Windows & Linux

Description

Get the names identifying individual scalars within parameter set.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.