Returns an object's sequence with the specified name.
            If the sequence does not exist, creates it.
            
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
 Syntax
Syntax
| C# | 
|---|
| public BCSequence GetObjectSequence( string objectID, string name ) | 
| Visual Basic | 
|---|
| Public Function GetObjectSequence ( _ objectID As String, _ name As String _ ) As BCSequence | 
| Visual C++ | 
|---|
| public: BCSequence^ GetObjectSequence( String^ objectID, String^ name ) | 
Parameters
- objectID
- Type: System..::..String
 The value that uniquely identifies the object to which the sequence belongs.
- name
- Type: System..::..String
 The name of the sequence.





