IDBConfigReaderGetTransitionEffectIDFromName Method  | 
 
            Gets the transition effect ID from the name provided.
            
 
    Namespace: 
   Cadcorp.Configuration.Connectors
    Assembly:
   Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxint GetTransitionEffectIDFromName(
	string name
)
Function GetTransitionEffectIDFromName ( 
	name As String
) As Integer
Parameters
- name
 - Type: SystemString
Transition effect name. 
Return Value
Type: 
Int32Transition Effect ID
See Also