cPropMaterialGetTypeOAPI Method  | 
  
    Namespace: 
   ETABS2016
    Assembly:
   ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntaxint GetTypeOAPI(
	string Name,
	ref eMatType MatType,
	ref int SymType
)
Function GetTypeOAPI ( 
	Name As String,
	ByRef MatType As eMatType,
	ByRef SymType As Integer
) As Integer
int GetTypeOAPI(
	String^ Name, 
	eMatType% MatType, 
	int% SymType
)
abstract GetTypeOAPI : 
        Name : string * 
        MatType : eMatType byref * 
        SymType : int byref -> int 
Parameters
- Name
 - Type: SystemString
 - MatType
 - Type: ETABS2016eMatType
 - SymType
 - Type: SystemInt32
 
Return Value
Type: 
Int32
See Also