Namespace: 
   ETABS2016
    Assembly:
   ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntaxint GetTypeOAPI(
	string name,
	ref int ComboType
)
Function GetTypeOAPI ( 
	name As String,
	ByRef ComboType As Integer
) As Integer
int GetTypeOAPI(
	String^ name, 
	int% ComboType
)
abstract GetTypeOAPI : 
        name : string * 
        ComboType : int byref -> int 
Parameters
- name
 - Type: SystemString
 - ComboType
 - Type: SystemInt32
 
Return Value
Type: 
Int32
See Also