STK Vector Geometry ToolSend comments on this topic.
SetAllArguments Method (IAgCrdnCalcScalarCustomInline)
See Also
CalcList
Windows





Windows & Linux

Description

Sets the list of arguments.

Syntax

[Visual Basic .NET]
Public Sub SetAllArguments( _
    ByVal CalcList As System.Array _
)
[C#]
public void SetAllArguments(
    System.Array CalcList
);
[Managed C++]
public: void SetAllArguments(
    System::Array ^ CalcList
);
[Unmanaged C++]
public: HRESULT SetAllArguments(
    SAFEARRAY * * CalcList
);
[Java]
public void setAllArguments(
    AgSafeArray CalcList
);
[Python - STK API ]
def SetAllArguments(self, CalcList:list) -> None:

Parameters

CalcList

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.