StringPositionEnd: Integer;
The StringPositionEnd property determines an end position of attribute in a string.
If value of this property is equal to -1, the end of the attribute matches the end of the string. The attribute start position in the string is determined by the ICubeMetaLoaderBindingParser.StringPositionStart property.
The StringPositionEnd property is taken into account if the ICubeMetaLoaderBindingParser.ParserType value is CubeMetaLoaderParserType.FixedPosition.
The property use is given in the example for ICubeMetaLoaderBindingParser.ReplaceMap.
See also: