SoTextDetailGetCharacterIndex Method |
Returns the index of the relevant character within the string.
Namespace: OIV.Inventor.DetailsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int GetCharacterIndex()
Public Function GetCharacterIndex As Integer
public:
int GetCharacterIndex()
member GetCharacterIndex : unit -> int
Return Value
Type:
Int32Remarks For example, if the character of detail was the "u" within "Splurmph", the character index would be 3.
See Also