EbsOpen Class Library for EBSILON®Professional

Model.GetProfile Method 

[Visual Basic]
Public Function GetProfile( _ 
   ByVal NameOrID As Object, _ 
   ByRef Profile As Profile _ 
) As Boolean
[C#]
public bool GetProfile(
   object NameOrID,
   out Profile Profile
);
[C++]
public: bool GetProfile(
   Object* NameOrID,
   * Profile* Profile
);
[JScript]
public function GetProfile(
   Object NameOrID,
   Profile Profile
): bool;

See Also

Model Class | EbsOpen Namespace