OEC Application Programming Interface

Algo.ValidateRootOrder Method 

Validates an OSM root order to this OSM algo information.

public Void ValidateRootOrder(
   Order rootOrder
);

Parameters

rootOrder
OSM root order to be validated

Implements

IAlgo.ValidateRootOrder

Remarks

This method throws an exception Exception if validation failed.

See Also

Algo Class | OEC.API.OSM.Info Namespace