IDBConfigReaderGetStyleMapIDFromName Method  | 
 
            Gets the Style Map 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 GetStyleMapIDFromName(
	string name
)
Function GetStyleMapIDFromName ( 
	name As String
) As Integer
Parameters
- name
 - Type: SystemString
Image Style Map name. 
Return Value
Type: 
Int32Style Map ID
See Also