GetFieldList Function: Sample Code
Microsoft® Visual Basic for Applications
Dim objecttype As String
' Object type to obtain
objecttype = "branch"
' Make the GetField call
Output = SimAuto.GetFieldList(objecttype)
Matlab®
% Object type to obtain
objecttype = 'branch';
% Make the GetField call
Output = SimAuto.GetFieldList(objecttype);