References > Creo Schematics 4.0 API Guide > The Uiextension Package > Interface AlphaNumericSequence
  
Interface AlphaNumericSequence
The AlphaNumericSequence interface defines procedures that the user implements to replace a pattern in the name of the artifact with an alphanumeric sequence that is specified in the procedure.
public interface AlphaNumericSequence
Hierarchical Diagram
None
Direct Known Subclasses
None
Constructor
None
Methods
NumberToAlpha
Replaces a specified pattern in the name of the artifact with an alphanumeric sequence according to the serial number specific to the artifact.
public string NumberToAlpha(string string_format, int serial_number)
Where:
string_format—The name of the artifact.
serial_number—The serial number assigned to the artifact.
Throws: RSDException
Methods Inherited
None