I want to read SuspiciousSymbols form IField object in C#, but as I see that feature is missing now. I can only read property IsSuspicious which return boolean value.
How can I read SuspiciousSymbols value form IField now?
Thank you.
How can I read SuspiciousSymbols value form IField now?
Thank you.
Comments
2 comments
Instead of [Obsoletre] SuspiciousSymbols you should use the Symbols array and the ICharacterParams.IsSuspicious property.
Please sign in to leave a comment.