IDBConfigReaderGetPhotometricInterpretationIDFromName Method  | 
 
            Gets the Photometric Interpretation 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 GetPhotometricInterpretationIDFromName(
	string name
)
Function GetPhotometricInterpretationIDFromName ( 
	name As String
) As Integer
Parameters
- name
 - Type: SystemString
Photometric Interpretation name. 
Return Value
Type: 
Int32Photometric Interpretation ID
See Also