TopDictDataProvider.GetRos

GetRos(out string, out string, out int)

Gets values of the ROS(Registry Ordering Supplement) field(operator).

public void GetRos(out string registry, out string ordering, out int supplement)
ParameterTypeDescription
registryString&Registry field value
orderingString&Ordering field value
supplementInt32&Supplement field value

See Also


GetRos(out int, out int, out int)

Gets values of the ROS(Registry Ordering Supplement) field(operator). String identifiers (SID) are used for output string types.

public void GetRos(out int registrySid, out int orderingSid, out int supplement)
ParameterTypeDescription
registrySidInt32&SID of registry field
orderingSidInt32&SID of ordering field
supplementInt32&Supplement field value

See Also