GetCustomFieldByID method 
Returns the Custom Field corresponding to the specified Custom Field 
 Definition ID.  
Syntax
 
C++
HRESULT 
 GetCustomFieldByID( 
   LONG ID, 
   IERUCustomField** ppRetVal) 
Scripting languages
Set 
 CustomField = Object.GetCustomFieldByID( 
   ID as Long) |  
 
Parameters
 
ID
The ID of a Custom Field Definition. 
  
ppRetVal
Upon return, an IERUCustomField 
 interface pointer to the Custom Field corresponding to the ID.  
Return value
 
C++
The return code.  | 
Scripting languages
Upon return, an IERUCustomField 
 interface pointer to the Custom Field corresponding to the ID.   |  
  | 
 Home 
 
Applies to 
IERUCustomFieldSet  |