TopDictDataProvider.SetRos

SetRos(string, string, int)

Sets values for the ROS(Registry Ordering Supplement) field(operator).

public void SetRos(string registry, string ordering, int supplement)
ParameterTypeDescription
registryStringString value for registry field
orderingStringString value for ordering field
supplementInt32Supplement field value

See Also


SetRos(int, int, int)

Sets values for the ROS(Registry Ordering Supplement) field(operator). String identifiers (SID) should be used for registry and ordering parameters.

public void SetRos(int registry, int ordering, int supplement)
ParameterTypeDescription
registryInt32SID of the “Registry” field
orderingInt32SID of the “Ordering” field
supplementInt32Supplement field value

See Also