Runs the current MCS and returns an error code.
[Visual Basic .NET] |
---|
Public Function RunMCS2() As AgEVARunCode |
[C#] |
---|
public AgEVARunCode RunMCS2(); |
[Managed C++] |
---|
public: AgEVARunCode RunMCS2(); |
[Unmanaged C++] |
---|
public: HRESULT RunMCS2( AgEVARunCode * pRunCode ); |
[Java] |
---|
public AgEVARunCode runMCS2(); |
[Python - STK API ] |
---|
def RunMCS2(self) -> "AgEVARunCode": |